Add some newlines to avoid issues in other files.

This commit is contained in:
Dave Halter
2017-07-06 02:05:15 +02:00
parent 280f3edf6d
commit 89ed85d2e1
6 changed files with 29 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ mimetype = 'application/x-directory'
# 'httpd/unix-directory'
create_date = False
def start(self):
# foo
#: E111:8
@@ -46,6 +47,8 @@ def start(self):
#: E111:2
# Also wrongly indented.
# Indent is correct.
def start(self): # Correct comment
if True:
#: E111:0