Fix PEP8: E226 missing whitespace around arithmetic operator

This commit is contained in:
stv
2014-11-08 17:24:01 -08:00
parent 00ae488960
commit b388ab9db0
5 changed files with 5 additions and 5 deletions

View File

@@ -3,4 +3,4 @@ def seventeen():
def fortytwo(x):
return 42+x
return 42 + x