mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-08 00:39:48 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user