Skip to content

Commit d99e303

Browse files
committed
Fix the format of import
Signed-off-by: Lavish Pal <[email protected]>
1 parent ade13ff commit d99e303

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cmd/bbolt/command_get.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"os"
66

77
"github.com/spf13/cobra"
8+
89
bolt "go.etcd.io/bbolt"
910
)
1011

cmd/bbolt/command_get_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import (
88
"io"
99
"testing"
1010

11+
"github.com/stretchr/testify/require"
12+
1113
bolt "go.etcd.io/bbolt"
1214
main "go.etcd.io/bbolt/cmd/bbolt"
1315
"go.etcd.io/bbolt/internal/btesting"
14-
15-
"github.com/stretchr/testify/require"
1616
)
1717

1818
func TestGetCommand_Run(t *testing.T) {

0 commit comments

Comments
 (0)