mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-19 00:58:56 +00:00
add missing newline
This commit is contained in:
parent
f5e8b89df7
commit
14e72f5b77
@ -38,4 +38,4 @@ def test_get_new_command(output):
|
|||||||
assert get_new_command(Command('git push --quiet origin', output))\
|
assert get_new_command(Command('git push --quiet origin', output))\
|
||||||
== "git push --set-upstream origin master --quiet"
|
== "git push --set-upstream origin master --quiet"
|
||||||
assert get_new_command(Command('git -c test=test push --quiet origin', output))\
|
assert get_new_command(Command('git -c test=test push --quiet origin', output))\
|
||||||
== "git -c test=test push --set-upstream origin master --quiet"
|
== "git -c test=test push --set-upstream origin master --quiet"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user