1
0
forked from VimPlug/jedi

corrected indent of some extract functions

This commit is contained in:
David Halter
2013-01-07 01:47:33 +01:00
parent fc58d1b8e7
commit 50e64cf930
3 changed files with 6 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ def test():
+ 1)
# +++
def test():
x = ((30 + b, c) + 1
x = ((30 + b, c)
+ 1)
return test(x
return test(1, x
)