Fix PEP8: E226 missing whitespace around arithmetic operator
This commit is contained in:
@@ -3,4 +3,4 @@ def seventeen():
|
||||
|
||||
|
||||
def fortytwo(x):
|
||||
return 42+x
|
||||
return 42 + x
|
||||
|
||||
Reference in New Issue
Block a user