mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 03:10:26 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -215,4 +215,3 @@ func ProllyRangesFromIndexLookup(ctx *sql.Context, lookup sql.IndexLookup) ([]pr
|
||||
func DoltIndexFromSqlIndex(idx sql.Index) DoltIndex {
|
||||
return idx.(DoltIndex)
|
||||
}
|
||||
|
||||
|
||||
@@ -86,4 +86,4 @@ func ZSort(points []types.Point) []types.Point {
|
||||
return bytes.Compare(zi[:], zj[:]) < 0
|
||||
})
|
||||
return points
|
||||
}
|
||||
}
|
||||
|
||||
@@ -156,4 +156,4 @@ func TestZValue(t *testing.T) {
|
||||
})
|
||||
assert.Equal(t, sortedPoints, ZSort(randPoints))
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user