Skip to content

Commit

Permalink
fix: remove an extra empty line in a function
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Nov 18, 2015
1 parent 16d6c55 commit 5fb795a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anyconfig/backend/ini.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def mk_lines_g(cnf):

yield "\n" # put an empty line just after each sections.


return '\n'.join(l for l in mk_lines_g(cnf))


Expand Down

0 comments on commit 5fb795a

Please sign in to comment.