Sign in
fuchsia
/
third_party
/
github.com
/
psf
/
black
/
HEAD
/
.
/
tests
/
data
/
miscellaneous
/
blackd_diff.diff
blob: 6226858a157b4dba40a478c42e890dd2a9a53dcd [
file
]
---
[
Deterministic
header
]
+++
[
Deterministic
header
]
@@
-
1
,
6
+
1
,
5
@@
-
def
abc
():
-
return
[
"hello"
,
"world"
,
-
"!"
]
+
def
abc
():
+
return
[
"hello"
,
"world"
,
"!"
]
-
print
(
"Incorrect formatting"
-)
+
+
print
(
"Incorrect formatting"
)