mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
Fix flake8 errors: E123 closing bracket does not match indentation of opening bracket's line
This commit is contained in:
parent
b221b04d0f
commit
37161832aa
@ -14,8 +14,7 @@ def test_match(command):
|
||||
Command('git remote add origin url'),
|
||||
Command('git remote remove 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):
|
||||
assert not match(command)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user