fix gofmt

This commit is contained in:
Ahmet Alp Balkan
2026-03-26 23:12:42 -04:00
parent 7605ca50c4
commit 9130a99d5b

View File

@@ -369,7 +369,7 @@ users:
"c2VjcmV0LWNh", // CA data
"c2VjcmV0LWNlcnQ=", // client cert
"c2VjcmV0LWtleQ==", // client key
"super-secret-token", // token
"super-secret-token", // token
}
for _, s := range sensitiveStrings {
if strings.Contains(result, s) {