Skip to content

Commit 6397590

Browse files
committed
fix linting error
1 parent 76e378d commit 6397590

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/volume/snapshot/list

1 file changed

+1
-1
lines changed

internal/cmd/volume/snapshot/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
4949
`List snapshots filtered by label`,
5050
"$ stackit volume snapshot list --label-selector key1=value1"),
5151
),
52-
RunE: func(cmd *cobra.Command, args []string) error {
52+
RunE: func(cmd *cobra.Command, _ []string) error {
5353
ctx := context.Background()
5454
model, err := parseInput(params.Printer, cmd)
5555
if err != nil {

0 commit comments

Comments
 (0)