Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pg83 committed Jul 25, 2022
1 parent e154597 commit 8c681ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ted
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ def reformat_go(data):
return cp.stdout.decode()
except FileNotFoundError:
pass
except subprocess.CalledProcessErro:
except subprocess.CalledProcessError:
pass

return restore_tabs(data)
Expand Down

0 comments on commit 8c681ce

Please sign in to comment.