mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 19:43:51 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user