mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed test data according to code style
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
def newlist(x, y):
|
||||
return (x + y) / y
|
||||
|
||||
|
||||
x = 1
|
||||
@@ -1 +1,2 @@
|
||||
newlist = lambda x<caret>, y: (x+y)/y
|
||||
newlist = lambda x<caret>, y: (x+y)/y
|
||||
x = 1
|
||||
Reference in New Issue
Block a user