Format file

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-02 19:34:37 +04:00
parent 9dedeeaa42
commit f439100411

View File

@@ -551,8 +551,8 @@ func reportDetectedCookies(t *testing.T, c *testutil.Client, bannerID string, na
t.Helper() t.Helper()
type entry struct { type entry struct {
Name string `json:"name"` Name string `json:"name"`
Source string `json:"source"` Source string `json:"source"`
} }
cookies := make([]entry, len(names)) cookies := make([]entry, len(names))
for i, n := range names { for i, n := range names {