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()
type entry struct {
Name string `json:"name"`
Source string `json:"source"`
Name string `json:"name"`
Source string `json:"source"`
}
cookies := make([]entry, len(names))
for i, n := range names {