From c10e16cb5e22790c84b80e66223fc209776f930d 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, 20 Aug 2022 17:15:20 +0800 Subject: [PATCH] Style: format imports --- proxy/trojan/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/trojan/server.go b/proxy/trojan/server.go index 10ab41e6d..ff0177cad 100644 --- a/proxy/trojan/server.go +++ b/proxy/trojan/server.go @@ -12,7 +12,7 @@ import ( "github.com/v2fly/v2ray-core/v5/common/errors" "github.com/v2fly/v2ray-core/v5/common/log" "github.com/v2fly/v2ray-core/v5/common/net" - packetaddr "github.com/v2fly/v2ray-core/v5/common/net/packetaddr" + "github.com/v2fly/v2ray-core/v5/common/net/packetaddr" "github.com/v2fly/v2ray-core/v5/common/protocol" udp_proto "github.com/v2fly/v2ray-core/v5/common/protocol/udp" "github.com/v2fly/v2ray-core/v5/common/retry"