Skip to content

Commit 976a820

Browse files
committed
fix linter rants
1 parent bf8ec82 commit 976a820

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/polkadotjs_test/start_polkadotjs_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ package polkadotjs_test
1717

1818
import (
1919
"fmt"
20-
"github.com/ChainSafe/gossamer/tests/utils"
21-
"github.com/stretchr/testify/require"
2220
"os"
2321
"os/exec"
2422
"strings"
2523
"testing"
24+
25+
"github.com/ChainSafe/gossamer/tests/utils"
26+
"github.com/stretchr/testify/require"
2627
)
2728

2829
var polkadotSuite = "polkadot"

0 commit comments

Comments
 (0)