From a7871a79a545798174cf54969c71da104422c6ec Mon Sep 17 00:00:00 2001 From: Sora39831 <540587985@qq.com> Date: Fri, 3 Apr 2026 02:04:45 +0800 Subject: [PATCH] fix: correct gofmt formatting in inbound.go --- web/service/inbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/service/inbound.go b/web/service/inbound.go index babbab36..12d08065 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -850,7 +850,7 @@ func (s *InboundService) UpdateInboundClient(data *model.Inbound, clientId strin return false, common.NewError("Duplicate email in this inbound:", client.Email) } } -} + } var oldSettings map[string]any err = json.Unmarshal([]byte(oldInbound.Settings), &oldSettings)