forked from VimPlug/jedi
corrected indent of some extract functions
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user