Run "go fmt ./..."

This commit is contained in:
RPRX 2023-06-18 17:42:17 +00:00 committed by yuhan6665
parent 667279af57
commit ee21763928
9 changed files with 17 additions and 17 deletions

View file

@ -17,7 +17,7 @@ func Authenticate(b []byte) uint32 {
return fnv1hash.Sum32()
}
// [DEPRECATED 2023-06]
// [DEPRECATED 2023-06]
type NoOpAuthenticator struct{}
func (NoOpAuthenticator) NonceSize() int {