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