diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-06 20:19:38 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-06 20:19:38 +0800 |
commit | ddc1de2fb25fda748d8d3a614b697e7f24c83eb7 (patch) | |
tree | fcba63ebed04caa7db504017cf82229df8e88b90 /http_handle_group_index.go | |
parent | *: Bump go-git (diff) | |
download | forge-ddc1de2fb25fda748d8d3a614b697e7f24c83eb7.tar.gz forge-ddc1de2fb25fda748d8d3a614b697e7f24c83eb7.tar.zst forge-ddc1de2fb25fda748d8d3a614b697e7f24c83eb7.zip |
*: Reformat
Diffstat (limited to 'http_handle_group_index.go')
-rw-r--r-- | http_handle_group_index.go | 1 |
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) } - |