Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Jun 27, 2024
1 parent 304cae4 commit 305f184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pointer/referenced_value.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (rv ReferencedValue) String() string {
}

func (rv ReferencedId) String() string {
return fmt.Sprintf("ReferencedId@%s{%s}", rv.DataPointer, rv.Value)
return fmt.Sprintf("ReferencedId@%s{%d}", rv.DataPointer, rv.Value)
}

func CompareReferencedValues(a, b ReferencedValue) int {
Expand Down

0 comments on commit 305f184

Please sign in to comment.