Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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