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

This commit is contained in:
JCOR11599
2023-01-24 23:44:37 +00:00
parent ed71543d7d
commit f0a92b60e2

View File

@@ -146,7 +146,7 @@ func ZAddr(v types.GeometryValue) [17]byte {
if res := zMin[0] ^ zMax[0]; res != 0 {
addr[0] = byte(64 - bits.LeadingZeros64(res)/2)
} else {
addr[0] = byte(32 + bits.LeadingZeros64(zMin[1]^zMax[1]) / 2)
addr[0] = byte(32 + bits.LeadingZeros64(zMin[1]^zMax[1])/2)
}
return addr
}