Skip to content

Commit

Permalink
lint: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodionisi authored and omissis committed Jan 4, 2024
1 parent de5af15 commit 07c2260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions cmd/delete/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ import (
netx "github.com/sighupio/furyctl/internal/x/net"
)

var (
ErrParsingFlag = errors.New("error while parsing flag")
)
var ErrParsingFlag = errors.New("error while parsing flag")

type ClusterCmdFlags struct {
Debug bool
Expand Down
4 changes: 1 addition & 3 deletions cmd/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ package cmd

import "errors"

var (
ErrParsingFlag = errors.New("error while parsing flag")
)
var ErrParsingFlag = errors.New("error while parsing flag")

0 comments on commit 07c2260

Please sign in to comment.