Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
formatter
/
indentInNestedCall.py
blob: ba5782ddc0cdd73698c39c142ebd03567e7631b1 [
file
] [
log
] [
blame
]
logging
.
warn
(
'some_very_{long}_'
'amount_of_{text}'
.
format
(
long
=
'long'
,
text
=
'text'
))