summaryrefslogtreecommitdiff
path: root/testsuite/E12not.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E12not.py')
-rw-r--r--testsuite/E12not.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/E12not.py b/testsuite/E12not.py
index 2e2366c..7677659 100644
--- a/testsuite/E12not.py
+++ b/testsuite/E12not.py
@@ -40,8 +40,8 @@ a = (123,
if start[1] > end_col and not (
over_indent == 4 and indent_next):
- return(0, "E121 continuation line over-"
- "indented for visual indent")
+ return (0, "E121 continuation line over-"
+ "indented for visual indent")
print "OK", ("visual",
@@ -175,7 +175,7 @@ fooff(aaaa,
#
if bar:
- return(
+ return (
start, 'E121 lines starting with a '
'closing bracket should be indented '
"to match that of the opening "