Sign in
fuchsia
/
third_party
/
github.com
/
psf
/
black
/
HEAD
/
.
/
tests
/
data
/
cases
/
fmtonoff4.py
blob: 4ca707965ad17ee268cabe1b353a35f5b19b2418 [
file
]
# fmt: off
@test
([
1
,
2
,
3
,
4
,
])
# fmt: on
def
f
():
pass
@test
([
1
,
2
,
3
,
4
,
])
def
f
():
pass
# output
# fmt: off
@test
([
1
,
2
,
3
,
4
,
])
# fmt: on
def
f
():
pass
@test
(
[
1
,
2
,
3
,
4
,
]
)
def
f
():
pass