test(secrets): fix Windows lint spacing

This commit is contained in:
Peter Steinberger 2026-04-27 11:44:29 +01:00
parent 4256d7c6fe
commit 8e48087457
No known key found for this signature in database

View File

@ -15,5 +15,6 @@ func defaultIsInvalidFileKeyError(err error) bool {
}
var errno syscall.Errno
return errors.As(pathErr.Err, &errno) && errno == syscall.Errno(0x7B)
}