blank line between statement and function (PY-1007)

This commit is contained in:
Dmitry Jemerov
2010-05-18 12:29:21 +04:00
parent 1a4d4fdd3c
commit ddf5bebe61
4 changed files with 13 additions and 1 deletions
@@ -0,0 +1,3 @@
class C:
x = 1
def foo(self): pass