Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Cocomazzi committed Feb 3, 2025
1 parent b1e5fd8 commit d0b12df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/quick/karalabe_ssz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
// TITLE.

package karalabe_ssz_test
package karalabe_ssz_test

import (
"encoding/json"
Expand All @@ -38,7 +38,7 @@ import (
)

var (
Conf = quick.Config{MaxCount: 10_000}
Conf = quick.Config{MaxCount: 10_000}
concurrencyThreshold uint64 = 65536
)

Expand Down Expand Up @@ -76,7 +76,7 @@ func (b *BbbDeneb) Generate(r *rand.Rand, _ int) reflect.Value {
sizer := &ssz.Sizer{}
b.Deposits = make([]*types.Deposit,
uint32(concurrencyThreshold)/(&types.Deposit{}).SizeSSZ(sizer)+1)
for i := 0; i < len(b.Deposits); i++ {
for i := 0; i < len(b.Deposits); i++ {
b.Deposits[i] = &types.Deposit{
Pubkey: crypto.BLSPubkey(rbytes(48, r)),
Credentials: types.WithdrawalCredentials(rbytes(32, r)),
Expand Down

0 comments on commit d0b12df

Please sign in to comment.