mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-06 12:13:21 +08:00
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