Skip to content

Commit

Permalink
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/upda…
Browse files Browse the repository at this point in the history
…te.sh
  • Loading branch information
Hydrocharged committed Feb 7, 2024
1 parent 36efa2c commit 0e4fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/store/val/extended_comparator.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type ExtendedTupleComparator struct {
handlers []TupleTypeHandler
}

//TODO: compare performance of rolling this logic into the DefaultTupleComparator (nil check or generic handlers that call compare)
// TODO: compare performance of rolling this logic into the DefaultTupleComparator (nil check or generic handlers that call compare)
var _ TupleComparator = ExtendedTupleComparator{}

// Compare implements the TupleComparator interface.
Expand Down

0 comments on commit 0e4fe05

Please sign in to comment.