mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
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.
38 lines
137 B
Python
38 lines
137 B
Python
class Foo(object):
|
|
|
|
|
|
|
|
|
|
def wrong_blank_lines(self):
|
|
|
|
|
|
|
|
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
def next_method(self):
|
|
|
|
|
|
|
|
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|