Skip to content

Commit fdf8b4c

Browse files
committed
fixed lint error
1 parent 4dce51b commit fdf8b4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmd/nerdctl/namespace/namespace_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ import (
2020
"encoding/json"
2121
"testing"
2222

23+
"gotest.tools/v3/assert"
24+
2325
"github.com/containerd/nerdctl/mod/tigron/test"
2426
"github.com/containerd/nerdctl/mod/tigron/tig"
27+
2528
"github.com/containerd/nerdctl/v2/pkg/testutil"
2629
"github.com/containerd/nerdctl/v2/pkg/testutil/nerdtest"
27-
"gotest.tools/v3/assert"
2830
)
2931

3032
func TestMain(m *testing.M) {

0 commit comments

Comments
 (0)