From 2ba4b12b23904bdca3efbbc864064e20a1bc45a4 Mon Sep 17 00:00:00 2001 From: xEricL <37921711+xEricL@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:26:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Style:=20Cleanup=20spacing=20for?= =?UTF-8?q?=20Test=5FCtx=5FIsProxyTrusted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ctx_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/ctx_test.go b/ctx_test.go index c02c2081c2..eef29a97ad 100644 --- a/ctx_test.go +++ b/ctx_test.go @@ -1669,7 +1669,6 @@ func Test_Ctx_IsProxyTrusted(t *testing.T) { { app := New(Config{ TrustProxy: true, - TrustProxyConfig: TrustProxyConfig{ Proxies: []string{}, }, @@ -1690,7 +1689,6 @@ func Test_Ctx_IsProxyTrusted(t *testing.T) { { app := New(Config{ TrustProxy: true, - TrustProxyConfig: TrustProxyConfig{ Proxies: []string{"127.0.0.1/8"}, }, @@ -1701,7 +1699,6 @@ func Test_Ctx_IsProxyTrusted(t *testing.T) { { app := New(Config{ TrustProxy: true, - TrustProxyConfig: TrustProxyConfig{ Proxies: []string{"0.0.0.0"}, },