Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyanhui committed Nov 3, 2013
1 parent 01ad2c5 commit 53b772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileHeader.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_template_part(syntax_type, part):

try:
template_file = open(tmpl_file, 'r')
contents = template_file.read() + '\n'
contents = template_file.read()
template_file.close()
except Exception as e:
sublime.error_message(str(e))
Expand Down

0 comments on commit 53b772e

Please sign in to comment.