Skip to content

Commit 3266b40

Browse files
committed
update
1 parent 1a0c123 commit 3266b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gendiff/formaters/stylish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def format_value(value, depth):
1616
if value is None:
1717
return "null"
1818

19-
return f" {value}"
19+
return str(value)
2020

2121

2222
def format_stylish(diff, depth=0):

0 commit comments

Comments
 (0)