style: fix gofumpt formatting in gin_test.go

This commit is contained in:
dusk5213 2026-03-10 18:28:19 +08:00
parent 4b7063bb38
commit e4e36348b5

View File

@ -1128,7 +1128,8 @@ func TestValidateHeader_IssueCases(t *testing.T) {
header: "[240e:318:2f4a:de56::240]:38792",
wantIP: "240e:318:2f4a:de56::240",
wantValid: true,
}, {
},
{
name: "invalid ip",
header: "abc",
wantIP: "",