Skip to content

Commit

Permalink
Fix closing brace/bracket/parenthesis on multi-line constructs (Issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Freimuth committed Mar 17, 2018
1 parent 783b5c6 commit 0b0bba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/format.py
Expand Up @@ -430,7 +430,7 @@ def _continuation_inside_bracket(self, bracket, pos):
CONTINUED,
bracket,
pos,
_Indentations(token_indent),
_Indentations(token_indent, next_token_indent),
_Indentations(next_token_indent))

def pop_token(self):
Expand Down

0 comments on commit 0b0bba8

Please sign in to comment.