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

This commit is contained in:
JCOR11599
2023-03-07 00:31:47 +00:00
parent 170f84bd69
commit 6cd3a842a4

View File

@@ -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
}