diff options
Diffstat (limited to 'tests/indent/python/branches.py')
| -rw-r--r-- | tests/indent/python/branches.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/python/branches.py b/tests/indent/python/branches.py index 474ec5b63..00c47a224 100644 --- a/tests/indent/python/branches.py +++ b/tests/indent/python/branches.py @@ -23,7 +23,7 @@ foo( b) if (a and - b): + b): pass if (a |
