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

7 lines
98 B
Python

def abc ():
return ["hello", "world",
"!"]
print( "Incorrect formatting"
)