1
0
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:
Joseph Frazier 2016-10-05 11:20:21 -04:00
parent b221b04d0f
commit 37161832aa

View File

@ -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)