test(secrets): fix Windows lint spacing
This commit is contained in:
parent
4256d7c6fe
commit
8e48087457
@ -15,5 +15,6 @@ func defaultIsInvalidFileKeyError(err error) bool {
|
||||
}
|
||||
|
||||
var errno syscall.Errno
|
||||
|
||||
return errors.As(pathErr.Err, &errno) && errno == syscall.Errno(0x7B)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user