update inspect export, which was missed from #20846

This commit is contained in:
Harshavardhana 2025-01-17 11:38:35 -08:00
parent dbcb71828d
commit 232544e1d8

View File

@ -289,7 +289,7 @@ func (x xlMetaInlineData) json() ([]byte, error) {
const (
xlHeaderVersion = 2
xlMetaVersion = 1
xlMetaVersion = 3
)
func decodeXLHeaders(buf []byte) (versions int, b []byte, e error) {