aboutsummaryrefslogtreecommitdiff
path: root/http_handle_group_index.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-06 20:19:38 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-06 20:19:38 +0800
commitddc1de2fb25fda748d8d3a614b697e7f24c83eb7 (patch)
treefcba63ebed04caa7db504017cf82229df8e88b90 /http_handle_group_index.go
parent*: Bump go-git (diff)
downloadforge-ddc1de2fb25fda748d8d3a614b697e7f24c83eb7.tar.gz
forge-ddc1de2fb25fda748d8d3a614b697e7f24c83eb7.tar.zst
forge-ddc1de2fb25fda748d8d3a614b697e7f24c83eb7.zip
*: Reformat
Diffstat (limited to '')
-rw-r--r--http_handle_group_index.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/http_handle_group_index.go b/http_handle_group_index.go
index bbdff46..429532c 100644
--- a/http_handle_group_index.go
+++ b/http_handle_group_index.go
@@ -127,4 +127,3 @@ func handle_group_index(w http.ResponseWriter, r *http.Request, params map[strin
render_template(w, "group", params)
}
-