1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

add missing newline

This commit is contained in:
Joseph Frazier 2017-12-31 11:58:05 -05:00
parent f5e8b89df7
commit 14e72f5b77

View File

@ -38,4 +38,4 @@ def test_get_new_command(output):
assert get_new_command(Command('git push --quiet origin', output))\
== "git push --set-upstream origin master --quiet"
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"