Skip to content

Commit 223f15c

Browse files
committed
format
1 parent 1d362c6 commit 223f15c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/e2e/base_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ import (
77
"context"
88
"flag"
99
"fmt"
10-
pb "github.com/evstack/ev-node/types/pb/evnode/v1"
1110
"net/http"
1211
"path/filepath"
1312
"testing"
1413
"time"
1514

15+
pb "github.com/evstack/ev-node/types/pb/evnode/v1"
16+
1617
"github.com/stretchr/testify/require"
1718

1819
nodeclient "github.com/evstack/ev-node/pkg/rpc/client"

0 commit comments

Comments
 (0)