Skip to content

Commit

Permalink
generate: Blank line error fix
Browse files Browse the repository at this point in the history
A new line is added at the end of bullets list

Fixes coala#4
  • Loading branch information
naveentata committed Feb 2, 2017
1 parent 9e29742 commit fdfa68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def recurse(aspect, level=0):
output += "* `" + subsub_name + " <" + subsub_name + "/README.rst>`_\n"
else:
output += "This aspect does not have any sub aspects.\n\n"

output += "\n"
if subaspect.docs.example:
output += "Example\n"
output += "=======\n\n"
Expand Down

0 comments on commit fdfa68a

Please sign in to comment.