black/tests/data/blackd_diff.diff
2019-10-28 14:25:26 +01:00

14 lines
256 B
Diff

--- [Deterministic header]
+++ [Deterministic header]
@@ -1,7 +1,6 @@
-def abc ():
- return ["hello", "world",
- "!"]
+def abc():
+ return ["hello", "world", "!"]
-print( "Incorrect formatting"
-)
+print("Incorrect formatting")
+