Skip to content

Commit

Permalink
chore: fix gno fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
n2p5 committed Oct 10, 2024
1 parent 98f4a0c commit 14b38ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnovm/stdlibs/crypto/subtle/xor_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ package subtle
import (
"bytes"
"io"
// "crypto/rand" XX: replaced with math/rand for deterministic behavior for test data
// "fmt" XX: removed due to fmt dependency, not needed for testing, it was only used for benchmarks
"math/rand"
"testing"
// "crypto/rand" XX: replaced with math/rand for deterministic behavior for test data
// "fmt" XX: removed due to fmt dependency, not needed for testing, it was only used for benchmarks
)

// XX: added testRandomReader struct to generate random data for testing.
Expand Down

0 comments on commit 14b38ef

Please sign in to comment.