fix: format code with gofmt

This commit is contained in:
2026-08-30 09:46:58 -07:00
parent a8ed507198
commit da6ea54c96
6 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ type sentinelError struct {
}
func (e *sentinelError) Error() string { return e.original.Error() }
func (e *sentinelError) Unwrap() error { return e.original }
func (e *sentinelError) Unwrap() error { return e.original }
func (e *sentinelError) Is(target error) bool {
return target == e.sentinel
}