14 lines
256 B
Diff
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")
|
|
+
|