aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_commit.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 09:21:36 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 09:21:36 +0800
commit558b32690c9482928bbb05bb500f1ea1df0088c9 (patch)
treedd7e7a40c89bd1cdcbd8afb13f8b6268e64b9bfe /http_handle_repo_commit.go
parentREADME.md: Justify the subgroup syntax (diff)
downloadforge-558b32690c9482928bbb05bb500f1ea1df0088c9.tar.gz
forge-558b32690c9482928bbb05bb500f1ea1df0088c9.tar.zst
forge-558b32690c9482928bbb05bb500f1ea1df0088c9.zip
http_handle_*.go: Remove redundant return statements
Diffstat (limited to 'http_handle_repo_commit.go')
-rw-r--r--http_handle_repo_commit.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/http_handle_repo_commit.go b/http_handle_repo_commit.go
index 2732b4e..d4956d1 100644
--- a/http_handle_repo_commit.go
+++ b/http_handle_repo_commit.go
@@ -80,7 +80,6 @@ func handle_repo_commit(w http.ResponseWriter, r *http.Request, params map[strin
params["file_patches"] = usable_file_patches
render_template(w, "repo_commit", params)
- return
}
type fake_diff_file struct {