mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-15 19:31:03 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -280,8 +280,8 @@ func splitZRanges(zRange ZRange, zSize float64, zShamt, depth int, acc []ZRange)
|
||||
}
|
||||
|
||||
// recurse on left and right ranges
|
||||
acc = splitZRanges(zRangeL, zSize, zShamt, depth - 1, acc)
|
||||
acc = splitZRanges(zRangeR, zSize, zShamt, depth - 1, acc)
|
||||
acc = splitZRanges(zRangeL, zSize, zShamt, depth-1, acc)
|
||||
acc = splitZRanges(zRangeR, zSize, zShamt, depth-1, acc)
|
||||
|
||||
return acc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user