mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 03:36:44 +00:00
rlp, tests/fuzzers/bls12381: gofmt (#22937)
This commit is contained in:
parent
93407b14a6
commit
017cf71fbd
2 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ func FuzzCrossG1MultiExp(data []byte) int {
|
|||
gethPoints = append(gethPoints, new(bls12381.PointG1).Set(kp1))
|
||||
gnarkPoints = append(gnarkPoints, *cp1)
|
||||
}
|
||||
if len(gethScalars) == 0{
|
||||
if len(gethScalars) == 0 {
|
||||
return 0
|
||||
}
|
||||
// compute multi exponentiation
|
||||
|
|
|
|||
Loading…
Reference in a new issue