diff options
Diffstat (limited to '')
-rw-r--r-- | http_handle_repo_commit.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/http_handle_repo_commit.go b/http_handle_repo_commit.go index 25802ed..0e57002 100644 --- a/http_handle_repo_commit.go +++ b/http_handle_repo_commit.go @@ -123,4 +123,3 @@ func make_usable_file_patches(patch diff.Patch) (usable_file_patches []usable_fi } return } - |