Skip to content

Commit

Permalink
[chore]: remove unnecessary return true (#5922)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan <[email protected]>

Signed-off-by: Bogdan <[email protected]>
  • Loading branch information
bogdandrutu authored Aug 16, 2022
1 parent ada07a5 commit 3fa3789
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pdata/internal/json/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func ReadAttribute(iter *jsoniter.Iterator) otlpcommon.KeyValue {
})
default:
iter.Skip()
return true
}
return true
})
Expand Down Expand Up @@ -117,7 +116,6 @@ func readArray(iter *jsoniter.Iterator) *otlpcommon.ArrayValue {
})
default:
iter.Skip()
return true
}
return true
})
Expand All @@ -135,7 +133,6 @@ func readKvlistValue(iter *jsoniter.Iterator) *otlpcommon.KeyValueList {
})
default:
iter.Skip()
return true
}
return true
})
Expand Down

0 comments on commit 3fa3789

Please sign in to comment.