Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ravi Chamarthy <[email protected]>
  • Loading branch information
rchamarthy committed Oct 27, 2023
1 parent 6e3db93 commit 2d78e3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"fmt"
"sort"

"github.com/urfave/cli/v2"
"machinerun.io/disko"
"machinerun.io/disko/linux"
"machinerun.io/disko/partid"
"github.com/urfave/cli/v2"
)

//nolint:gochecknoglobals
Expand Down
2 changes: 1 addition & 1 deletion demo/lvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"encoding/json"
"fmt"

"github.com/urfave/cli/v2"
"machinerun.io/disko"
"machinerun.io/disko/linux"
"github.com/urfave/cli/v2"
)

//nolint:gochecknoglobals
Expand Down
2 changes: 1 addition & 1 deletion demo/megaraid.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"strconv"

"machinerun.io/disko/megaraid"
"github.com/urfave/cli/v2"
"machinerun.io/disko/megaraid"
)

//nolint:gochecknoglobals
Expand Down
2 changes: 1 addition & 1 deletion mockos/lvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"strings"
"testing"

. "github.com/smartystreets/goconvey/convey"
"machinerun.io/disko"
"machinerun.io/disko/mockos"
"machinerun.io/disko/partid"
. "github.com/smartystreets/goconvey/convey"
)

func TestPV(t *testing.T) {
Expand Down

0 comments on commit 2d78e3a

Please sign in to comment.