server/group: remove blank line between doc comment and type declaration

This commit is contained in:
fatedier
2026-03-08 18:49:14 +08:00
parent 2de56556d9
commit 9eafcc8a95

View File

@@ -11,7 +11,6 @@ import (
// HTTPGroupController manages HTTP groups that use round-robin // HTTPGroupController manages HTTP groups that use round-robin
// callback routing (fundamentally different from listener-based groups). // callback routing (fundamentally different from listener-based groups).
type HTTPGroupController struct { type HTTPGroupController struct {
groupRegistry[*HTTPGroup] groupRegistry[*HTTPGroup]
vhostRouter *vhost.Routers vhostRouter *vhost.Routers