diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-19 16:31:01 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-19 16:31:01 +0800 |
commit | 1daaf7736a315228eb495fe9f08863a6a0f7b2a1 (patch) | |
tree | 3311f02774d9cca89047d9d2db07e225bf906d0f /http_handle_repo_commit.go | |
parent | hooks: Reject non-FF contrib pushes for now (diff) | |
download | forge-1daaf7736a315228eb495fe9f08863a6a0f7b2a1.tar.gz forge-1daaf7736a315228eb495fe9f08863a6a0f7b2a1.tar.zst forge-1daaf7736a315228eb495fe9f08863a6a0f7b2a1.zip |
*.go: Reformat
Diffstat (limited to 'http_handle_repo_commit.go')
-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 } - |