[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
Hydrocharged
2024-02-07 13:43:01 +00:00
parent 36efa2c8b5
commit 0e4fe05297
+1 -1
View File
@@ -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.