diff tests/filterpyflakes.py @ 19872:681f7b9213a4

check-code: check for spaces around = for named parameters
author Mads Kiilerich <madski@unity3d.com>
date Thu, 03 Oct 2013 14:50:47 +0200
parents e033a7d444ac
children 0768cda8b579
line wrap: on
line diff
--- a/tests/filterpyflakes.py	Thu Oct 03 14:50:47 2013 +0200
+++ b/tests/filterpyflakes.py	Thu Oct 03 14:50:47 2013 +0200
@@ -46,6 +46,6 @@
         continue
     lines.append((msgtype, line))
 
-for msgtype, line in sorted(lines, key = makekey):
+for msgtype, line in sorted(lines, key=makekey):
     sys.stdout.write(line)
 print