Skip to content

Commit

Permalink
🎨 Style: Cleanup spacing for Test_Ctx_IsProxyTrusted
Browse files Browse the repository at this point in the history
  • Loading branch information
xEricL committed Oct 15, 2024
1 parent 1732cb5 commit 2ba4b12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ctx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,6 @@ func Test_Ctx_IsProxyTrusted(t *testing.T) {
{
app := New(Config{
TrustProxy: true,

TrustProxyConfig: TrustProxyConfig{
Proxies: []string{},
},
Expand All @@ -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"},
},
Expand All @@ -1701,7 +1699,6 @@ func Test_Ctx_IsProxyTrusted(t *testing.T) {
{
app := New(Config{
TrustProxy: true,

TrustProxyConfig: TrustProxyConfig{
Proxies: []string{"0.0.0.0"},
},
Expand Down

0 comments on commit 2ba4b12

Please sign in to comment.