Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
formatter
/
continuationIndentInIndentingStatement2.py
blob: 63957fbc56e4c0d756470affb2f173ac52793833 [
file
] [
log
] [
blame
]
def
f
(
value
,
value1
,
value2
):
if
value
in
(
value1
,
value2
)
or
value
==
0
:
# <- missing continuation indent here
return
False