mirror of https://github.com/goccy/go-json.git
Fix error by linter
This commit is contained in:
parent
e9f947a29e
commit
d314d7e2d9
|
@ -671,5 +671,4 @@ func (d *structDecoder) decode(buf []byte, cursor int64, p unsafe.Pointer) (int6
|
||||||
}
|
}
|
||||||
cursor++
|
cursor++
|
||||||
}
|
}
|
||||||
return cursor, nil
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue