style: bump golangci-lint (#16667)
This commit is contained in:
+2
-2
@@ -244,10 +244,10 @@ func RelativePow(x, n, b Uint) (z Uint) {
|
||||
if x.IsZero() {
|
||||
if n.IsZero() {
|
||||
z = b // 0^0 = 1
|
||||
return
|
||||
return z
|
||||
}
|
||||
z = ZeroUint() // otherwise 0^a = 0
|
||||
return
|
||||
return z
|
||||
}
|
||||
|
||||
z = x
|
||||
|
||||
Reference in New Issue
Block a user