Skip to content

Commit e917fd8

Browse files
committed
chore(tests): reorder import statements for clarity
1 parent 871ab17 commit e917fd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subtree_benchmark_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import (
66
"testing"
77

88
"github.com/bsv-blockchain/go-bt/v2/chainhash"
9-
"github.com/bsv-blockchain/go-subtree"
109
"github.com/stretchr/testify/assert"
1110
"github.com/stretchr/testify/require"
11+
12+
"github.com/bsv-blockchain/go-subtree"
1213
)
1314

1415
func BenchmarkSubtreeAddNode(b *testing.B) {

0 commit comments

Comments
 (0)