Skip to content

Commit fdfa68a

Browse files
committed
generate: Blank line error fix
A new line is added at the end of bullets list Fixes #4
1 parent 9e29742 commit fdfa68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: generate

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def recurse(aspect, level=0):
158158
output += "* `" + subsub_name + " <" + subsub_name + "/README.rst>`_\n"
159159
else:
160160
output += "This aspect does not have any sub aspects.\n\n"
161-
161+
output += "\n"
162162
if subaspect.docs.example:
163163
output += "Example\n"
164164
output += "=======\n\n"

0 commit comments

Comments
 (0)