Files
openide/python/testData/formatter/extraBlankLinesBetweenMethodsAndAtTheEnd.py
T
Mikhail Golubev 32b76de893 PY-11552 Keep maximum 1 empty line between declarations and in code by default
Fix affected test data where reformat is invoked during refactoring.
Also use entire sample provided by user in the corresponding test case
for the issue.
2015-04-27 20:34:47 +03:00

38 lines
137 B
Python

class Foo(object):
def wrong_blank_lines(self):
pass
def next_method(self):
pass