Skip to content

Commit

Permalink
Fix E122 continuation line missing indentation or outdented
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Apr 24, 2020
1 parent c5c83b9 commit 9f84ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_signature_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_dockerfile_signature_help(self):
{'label': '"parameters"'},
{'label': '...'},
{'label': ']'}
]})
]})
self.assertEqual(info.label, 'RUN [ "command" "parameters", ... ]')
self.assertEqual(len(info.parameters), 5)
self.assertEqual(info.parameters[0].label, '[')
Expand Down

0 comments on commit 9f84ad3

Please sign in to comment.