dolt/go: Changes from Equals not taking *Format.

This commit is contained in:
Aaron Son
2019-07-03 13:15:22 -07:00
committed by Brian Hendriks
parent 2a3a0988eb
commit 80c2e40b60
49 changed files with 201 additions and 202 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ func indexPathCompare(format *types.Format, pp types.IndexPath, o types.PathPart
case types.FieldPath:
return 1
case types.IndexPath:
if pp.Index.Equals(format, opp.Index) {
if pp.Index.Equals(opp.Index) {
if pp.IntoKey == opp.IntoKey {
return 0
}