Skip to content

Commit

Permalink
feat: add newline and enforce file encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored May 8, 2017
1 parent f7dfb05 commit 263b582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image/bin/my_init
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/python3 -u
# -*- coding: utf-8 -*-

import argparse
import errno
import json
Expand Down

0 comments on commit 263b582

Please sign in to comment.