Skip to content

Commit 8fc5bb7

Browse files
committed
formatting
1 parent 4ea5854 commit 8fc5bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutmut/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ def s(key, default):
978978
return default
979979
if isinstance(default, list):
980980
result = [x for x in result.split("\n") if x]
981-
elif isinstance(default,bool):
981+
elif isinstance(default, bool):
982982
result = result.lower() in ('1', 't', 'true')
983983
elif isinstance(default, int):
984984
result = int(result)

0 commit comments

Comments
 (0)