From e20a8c7ef8b06a149c0a26ae29025bee9b447a91 Mon Sep 17 00:00:00 2001 From: pwnnex Date: Wed, 22 Apr 2026 02:09:13 +0300 Subject: [PATCH] gofmt: align map keys in buildHysteriaProxy --- sub/subClashService.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sub/subClashService.go b/sub/subClashService.go index 45ccd024..d0445aa4 100644 --- a/sub/subClashService.go +++ b/sub/subClashService.go @@ -249,12 +249,12 @@ func (s *SubClashService) buildHysteriaProxy(inbound *model.Inbound, client mode } proxy := map[string]any{ - "name": s.SubService.genRemark(inbound, client.Email, extraRemark), - "type": proxyType, - "server": inbound.Listen, - "port": inbound.Port, - "udp": true, - authKey: client.Auth, + "name": s.SubService.genRemark(inbound, client.Email, extraRemark), + "type": proxyType, + "server": inbound.Listen, + "port": inbound.Port, + "udp": true, + authKey: client.Auth, } var rawStream map[string]any