Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bbroder-uji committed Sep 29, 2023
1 parent 85bf1b7 commit 411a37b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions crypto/statetrie/nibbles/nibbles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
package nibbles

import (
"time"

Check failure on line 20 in crypto/statetrie/nibbles/nibbles_test.go

View workflow job for this annotation

GitHub Actions / reviewdog-errors

[Lint Errors] reported by reviewdog 🐶 File is not `gofmt`-ed with `-s` (gofmt) Raw Output: crypto/statetrie/nibbles/nibbles_test.go:20: File is not `gofmt`-ed with `-s` (gofmt) "time"
"bytes"
"github.com/algorand/go-algorand/test/partitiontest"
"github.com/stretchr/testify/require"
"math/rand"
"testing"
"time"
"math/rand"

"github.com/stretchr/testify/require"

"github.com/algorand/go-algorand/test/partitiontest"
)

func TestNibblesRandom(t *testing.T) {
Expand Down

0 comments on commit 411a37b

Please sign in to comment.