From f8405ab9da752dde0f36dcbfdd34881231ab6fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 15 Mar 2025 18:09:49 +0800 Subject: [PATCH] fix format --- route/rule/rule_action.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/rule/rule_action.go b/route/rule/rule_action.go index 3f5e8c5e..fa8594a0 100644 --- a/route/rule/rule_action.go +++ b/route/rule/rule_action.go @@ -13,7 +13,7 @@ import ( "github.com/sagernet/sing-box/common/sniff" C "github.com/sagernet/sing-box/constant" "github.com/sagernet/sing-box/option" - tun "github.com/sagernet/sing-tun" + "github.com/sagernet/sing-tun" "github.com/sagernet/sing/common" E "github.com/sagernet/sing/common/exceptions" F "github.com/sagernet/sing/common/format"