Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Dec 13, 2023
1 parent b8124e2 commit 3202c0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codec/reflectcodec/type_codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func (c *genericCodec) size(
if value.IsNil() {
return 0, false, errMarshalNil
}

return c.size(value.Elem(), typeStack)

case reflect.Interface:
Expand Down

0 comments on commit 3202c0d

Please sign in to comment.