diff options
| author | 2026-05-18 03:17:57 +0000 | |
|---|---|---|
| committer | 2026-05-18 03:17:57 +0000 | |
| commit | ba961f83e4af276e32f501e5b1845ee864d340df (patch) | |
| tree | 35c84afead3a552b3259a11657b9fd9db314987a /object/typ/errors.go | |
| parent | object/signature: Just use a byte from the start (diff) | |
| signature | No signature | |
object/typ: Reformat a bit
Diffstat (limited to 'object/typ/errors.go')
| -rw-r--r-- | object/typ/errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/typ/errors.go b/object/typ/errors.go index 8a442db0..6df43222 100644 --- a/object/typ/errors.go +++ b/object/typ/errors.go @@ -2,4 +2,4 @@ package typ import "errors" -var ErrInvalidType = errors.New("object/typ: Invalid type")
\ No newline at end of file +var ErrInvalidType = errors.New("object/typ: Invalid type") |
