Skip to content

Commit 10158f4

Browse files
committed
fixup
1 parent a3d5dee commit 10158f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serialization/serialization.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func Unmarshal(data []byte, v interface{}) error {
130130
m.Fields[i].ID = i
131131
m.Fields[i].Skipped = true
132132
_, err := r.Seek(-1, io.SeekCurrent)
133-
if err!=nil {
133+
if err != nil {
134134
return err
135135
}
136136
continue

0 commit comments

Comments
 (0)