Make the normalizer tests' indentation easier to understand.

This commit is contained in:
Dave Halter
2017-06-06 08:56:55 +02:00
parent ebf5850cb9
commit 7d99b8e823
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#: E731:4
f = lambda x: 2 * x
while False:
#: E731:6
#: E731:10
foo = lambda y, z: 2 * x
# Okay
f = object()