Skip to content

Commit c30bf3b

Browse files
committed
Tidy up some comments
1 parent 969185b commit c30bf3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: git/index/fun.py

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def run_commit_hook(name: str, index: 'IndexFile', *args: str) -> None:
106106
stderr = force_text(stderr, defenc)
107107
raise HookExecutionError(hp, cmd.returncode, stderr, stdout)
108108
# end handle return code
109-
# end handle return code
110109

111110

112111
def stat_mode_to_index_mode(mode):

0 commit comments

Comments
 (0)