Skip to content

Commit 7bb95a5

Browse files
committed
chore: placate the linter
1 parent 7cb9347 commit 7bb95a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trie/trienode/node.libevm_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ import (
2020
"maps"
2121
"testing"
2222

23-
"github.com/ava-labs/libevm/common"
2423
"github.com/google/go-cmp/cmp"
2524
"github.com/stretchr/testify/require"
25+
26+
"github.com/ava-labs/libevm/common"
2627
)
2728

2829
type nodePayload struct {

0 commit comments

Comments
 (0)