Fix flake8 errors: E123 closing bracket does not match indentation of opening bracket's line
This commit is contained in:
@@ -14,8 +14,7 @@ def test_match(command):
|
|||||||
Command('git remote add origin url'),
|
Command('git remote add origin url'),
|
||||||
Command('git remote remove origin'),
|
Command('git remote remove origin'),
|
||||||
Command('git remote prune origin'),
|
Command('git remote prune origin'),
|
||||||
Command('git remote set-branches origin branch')
|
Command('git remote set-branches origin branch')])
|
||||||
])
|
|
||||||
def test_not_match(command):
|
def test_not_match(command):
|
||||||
assert not match(command)
|
assert not match(command)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user