Skip to content

Commit

Permalink
incusd: Fix import ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Nov 19, 2024
1 parent 4f08ed3 commit 2fe79ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/incusd/main_callhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import (
"path/filepath"
"time"

incus "github.com/lxc/incus/v6/client"
"github.com/spf13/cobra"

incus "github.com/lxc/incus/v6/client"
)

type cmdCallhook struct {
Expand Down
3 changes: 2 additions & 1 deletion cmd/incusd/main_shutdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import (
"strconv"
"time"

incus "github.com/lxc/incus/v6/client"
"github.com/spf13/cobra"

incus "github.com/lxc/incus/v6/client"
)

type cmdShutdown struct {
Expand Down

0 comments on commit 2fe79ee

Please sign in to comment.