From a3e63e6928c11d174cdb29857b0a585241a35381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E3=81=AE=E3=81=8B=E3=81=88=E3=81=A7?= Date: Sat, 1 May 2021 10:44:29 +0800 Subject: [PATCH] style: refine style --- infra/conf/router.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/infra/conf/router.go b/infra/conf/router.go index accb2c4b..99064543 100644 --- a/infra/conf/router.go +++ b/infra/conf/router.go @@ -94,10 +94,9 @@ func (c *RouterConfig) Build() (*router.Config, error) { } type RouterRule struct { - Type string `json:"type"` - OutboundTag string `json:"outboundTag"` - BalancerTag string `json:"balancerTag"` - + Type string `json:"type"` + OutboundTag string `json:"outboundTag"` + BalancerTag string `json:"balancerTag"` DomainMatcher string `json:"domainMatcher"` }