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