gofmt: align map keys in buildHysteriaProxy

This commit is contained in:
pwnnex 2026-04-22 02:09:13 +03:00
parent 3213d62750
commit e20a8c7ef8

View file

@ -249,12 +249,12 @@ func (s *SubClashService) buildHysteriaProxy(inbound *model.Inbound, client mode
} }
proxy := map[string]any{ proxy := map[string]any{
"name": s.SubService.genRemark(inbound, client.Email, extraRemark), "name": s.SubService.genRemark(inbound, client.Email, extraRemark),
"type": proxyType, "type": proxyType,
"server": inbound.Listen, "server": inbound.Listen,
"port": inbound.Port, "port": inbound.Port,
"udp": true, "udp": true,
authKey: client.Auth, authKey: client.Auth,
} }
var rawStream map[string]any var rawStream map[string]any