From 9a80fe589a954d62f8b97df00f043c8ff712837b Mon Sep 17 00:00:00 2001 From: Toby Date: Tue, 12 Mar 2024 19:54:18 -0700 Subject: [PATCH] fix: format --- extras/outbounds/acl/compile_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/extras/outbounds/acl/compile_test.go b/extras/outbounds/acl/compile_test.go index aaae8c2..65c1e0c 100644 --- a/extras/outbounds/acl/compile_test.go +++ b/extras/outbounds/acl/compile_test.go @@ -342,7 +342,6 @@ func TestCompileRangePort(t *testing.T) { ob11 := 1 rules2 := []TextRule{ - { Outbound: "ob11", Address: "1.1.2.0/24", @@ -358,7 +357,6 @@ func TestCompileRangePort(t *testing.T) { ob21 := 1 rules3 := []TextRule{ - { Outbound: "ob21", Address: "1.1.2.0/24", @@ -371,5 +369,4 @@ func TestCompileRangePort(t *testing.T) { "ob21": ob21, }, 100, &testGeoLoader{}) assert.Error(t, err) - }