xref
: /
dports
/
devel
/
py-black
/
black-21.7b0
/
tests
/
data
/
blackd_diff.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
def
abc
():
2
return
[
"hello"
,
"world"
,
3
"!"
]
4
5
print
(
"Incorrect formatting"
6
)
7