1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-13 22:28:33 +00:00

fixup! Fix flake8 errors: E101/W191 indentation contains (mixed spaces and) tabs

This commit is contained in:
Joseph Frazier 2017-03-08 12:40:11 -05:00
parent aaf01394db
commit c775937d17

View File

@ -10,4 +10,4 @@ def match(command):
@git_support
def get_new_command(command):
return replace_argument(command.script, 'add', 'add --force')
return replace_argument(command.script, 'add', 'add --force')