style: bump golangci-lint (#16667)

This commit is contained in:
Jacob Gadikian
2023-06-23 12:49:34 +00:00
committed by GitHub
parent 59ea0489fa
commit 8d4ff7a19a
29 changed files with 57 additions and 48 deletions
+2 -2
View File
@@ -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