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 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 { |