summaryrefslogtreecommitdiff
path: root/vendor/github.com/vmihailenco/msgpack/v5/msgpack.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/vmihailenco/msgpack/v5/msgpack.go')
-rw-r--r--vendor/github.com/vmihailenco/msgpack/v5/msgpack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/vmihailenco/msgpack/v5/msgpack.go b/vendor/github.com/vmihailenco/msgpack/v5/msgpack.go
index 4db2fa2c7..4fa000b82 100644
--- a/vendor/github.com/vmihailenco/msgpack/v5/msgpack.go
+++ b/vendor/github.com/vmihailenco/msgpack/v5/msgpack.go
@@ -43,8 +43,8 @@ func (m *RawMessage) DecodeMsgpack(dec *Decoder) error {
//------------------------------------------------------------------------------
type unexpectedCodeError struct {
- code byte
hint string
+ code byte
}
func (err unexpectedCodeError) Error() string {