mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 20:05:01 +07:00
Since it finally works as expected now, I also updated test data files to include this extra line feed required by PEP8.
4 lines
160 B
Python
4 lines
160 B
Python
# Whole-line commend that starts with whitespace.
|
|
if True: # Trailing comment with no whitespace
|
|
print 'Spam' # Trailing comment with excess whitespace
|