Update struct.go

This commit is contained in:
Fabio Nascimento Brandão 2023-08-21 12:33:52 -03:00 committed by GitHub
parent 4bce081dac
commit b29e1ad08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -812,7 +812,6 @@ func (d *structDecoder) Decode(ctx *RuntimeContext, cursor, depth int64, p unsaf
if err != nil {
return 0, err
}
cursor = c
} else {
return 0, err
}
@ -833,7 +832,6 @@ func (d *structDecoder) Decode(ctx *RuntimeContext, cursor, depth int64, p unsaf
if err != nil {
return 0, err
}
cursor = c
} else {
return 0, err
}