Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kadaan committed Mar 1, 2024
1 parent 16cd39b commit 5102302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/boxcli/midcobra/midcobra.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ package midcobra
import (
"context"
"errors"
"github.com/spf13/cobra"
"go.jetpack.io/devbox/internal/cmdutil"
"os"
"os/exec"

"github.com/spf13/cobra"
"go.jetpack.io/devbox/internal/boxcli/usererr"
"go.jetpack.io/devbox/internal/cmdutil"
"go.jetpack.io/devbox/internal/debug"
"go.jetpack.io/devbox/internal/ux"
)
Expand Down
5 changes: 3 additions & 2 deletions internal/cmdutil/cmdutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
package cmdutil

import (
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"os/exec"
"sort"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
)

// Exists indicates if the command exists
Expand Down

0 comments on commit 5102302

Please sign in to comment.