mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-19 00:58:56 +00:00
fix indentation errors
This commit is contained in:
parent
2d4a23df0b
commit
544070ff1c
@ -9,7 +9,7 @@ def fix_git_command(git_command):
|
|||||||
if git_command not in git_possible[0]:
|
if git_command not in git_possible[0]:
|
||||||
close_match = get_close_matches(git_command, git_possible)
|
close_match = get_close_matches(git_command, git_possible)
|
||||||
if len(close_match) > 0:
|
if len(close_match) > 0:
|
||||||
return close_match[0]
|
return close_match[0]
|
||||||
else:
|
else:
|
||||||
return git_command
|
return git_command
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user