Files
openide/python/testData/formatter/alignmentOfClosingParenthesisInNestedFunctionCallsWithSingleArgument_after.py

6 lines
74 B
Python

with foo(bar(baz(1
)
)
):
pass