We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0c123 commit 3266b40Copy full SHA for 3266b40
gendiff/formaters/stylish.py
@@ -16,7 +16,7 @@ def format_value(value, depth):
16
if value is None:
17
return "null"
18
19
- return f" {value}"
+ return str(value)
20
21
22
def format_stylish(diff, depth=0):
0 commit comments