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

This commit is contained in:
JCOR11599
2023-01-20 19:58:12 +00:00
parent 7d3ad4ae16
commit ab41126286
3 changed files with 2 additions and 3 deletions
@@ -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))
})
}
}