summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/inlinelocal/py5832.after.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/refactoring/inlinelocal/py5832.after.py')
-rw-r--r--python/testData/refactoring/inlinelocal/py5832.after.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/testData/refactoring/inlinelocal/py5832.after.py b/python/testData/refactoring/inlinelocal/py5832.after.py
index 6b78080fbe57..bde7ba338a65 100644
--- a/python/testData/refactoring/inlinelocal/py5832.after.py
+++ b/python/testData/refactoring/inlinelocal/py5832.after.py
@@ -1,3 +1,5 @@
def foo(arg):
print arg
+
+
foo(('a', 'b')) \ No newline at end of file