style: format code across all files

This commit is contained in:
2026-01-01 01:01:27 -06:00
parent 2867f68a90
commit bfa0669143
9 changed files with 0 additions and 9 deletions

View File

@@ -15,4 +15,3 @@ func MsgpackMarshal(v interface{}) ([]byte, error) {
func MsgpackUnmarshal(data []byte, v interface{}) error {
return msgpack.Unmarshal(data, v)
}