black/tests/data/miscellaneous/blackd_diff.diff
2022-05-18 12:11:37 -07:00

14 lines
255 B
Diff

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