Sign in
fuchsia
/
third_party
/
github.com
/
psf
/
black
/
HEAD
/
.
/
tests
/
data
/
cases
/
fmtonoff3.py
blob: 4e3b024ed3c04c7f56dc8a2f2278c612bdb1ce2c [
file
]
# fmt: off
x
=
[
1
,
2
,
3
,
4
,
]
# fmt: on
# fmt: off
x
=
[
1
,
2
,
3
,
4
,
]
# fmt: on
x
=
[
1
,
2
,
3
,
4
]
# output
# fmt: off
x
=
[
1
,
2
,
3
,
4
,
]
# fmt: on
# fmt: off
x
=
[
1
,
2
,
3
,
4
,
]
# fmt: on
x
=
[
1
,
2
,
3
,
4
]