Fix lint issues

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-11 14:53:06 +02:00
parent 229c6b99c6
commit b36bbf9992
5 changed files with 12 additions and 0 deletions

View File

@@ -248,6 +248,7 @@ func normalizeCertifications(values []string) []string {
}
seen[key] = struct{}{}
out = append(out, v)
}