mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-28 16:12:36 +01:00
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 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)
|
||||
|
||||
|
Reference in New Issue
Block a user