From c8d682174aaceab749302dd543122f60193dafbb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 23:18:29 +0800 Subject: *.go: Reformat --- handle_repo_commit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handle_repo_commit.go') diff --git a/handle_repo_commit.go b/handle_repo_commit.go index 4bec9dd..56103e7 100644 --- a/handle_repo_commit.go +++ b/handle_repo_commit.go @@ -42,7 +42,7 @@ func handle_repo_commit(w http.ResponseWriter, r *http.Request) { commit_id_string := commit_object.Hash.String() if commit_id_string != commit_id_specified_string { - http.Redirect(w, r, commit_id_string, http.StatusSeeOther) + http.Redirect(w, r, commit_id_string, http.StatusSeeOther) return } -- cgit v1.2.3