Skip to content

Commit 126a79f

Browse files
committed
fix linter issues
1 parent 352a6e4 commit 126a79f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/cmd/beta/volume/resize/resize.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package resize
33
import (
44
"context"
55
"fmt"
6-
"github.com/spf13/cobra"
76

87
"github.com/stackitcloud/stackit-cli/internal/pkg/args"
98
cliErr "github.com/stackitcloud/stackit-cli/internal/pkg/errors"
@@ -15,6 +14,8 @@ import (
1514
iaasUtils "github.com/stackitcloud/stackit-cli/internal/pkg/services/iaas/utils"
1615
"github.com/stackitcloud/stackit-cli/internal/pkg/utils"
1716
"github.com/stackitcloud/stackit-sdk-go/services/iaas"
17+
18+
"github.com/spf13/cobra"
1819
)
1920

2021
const (

0 commit comments

Comments
 (0)