Fix a newline issue for refactoring functions

This commit is contained in:
Dave Halter
2020-02-25 23:27:21 +01:00
parent 94c00229f2
commit 1f82efa86d
2 changed files with 1 additions and 2 deletions

View File

@@ -159,7 +159,6 @@ def x(z):
v1 = 3
v2 = 2
x = test(v1 + v2 * v3)
# ++++++++++++++++++++++++++++++++++++++++++++++++++
#? 0 text {'new_name': 'a', 'until_line': 4}
def a(test, v3):