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

7 lines
98 B
Python

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