style: format code across all files
This commit is contained in:
@@ -15,4 +15,3 @@ func MsgpackMarshal(v interface{}) ([]byte, error) {
|
||||
func MsgpackUnmarshal(data []byte, v interface{}) error {
|
||||
return msgpack.Unmarshal(data, v)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user