Skip to content

Commit

Permalink
Run lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Nov 22, 2024
1 parent 57fcf30 commit ffc5d9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions internal/dependencymanager/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ package dependencymanager

import (
"fmt"
"github.com/onflow/flow-cli/internal/util"

"github.com/onflow/flowkit/v2"
"github.com/spf13/cobra"

"github.com/onflow/flow-cli/internal/command"
"github.com/onflow/flow-cli/internal/util"

"github.com/onflow/flowkit/v2/output"

"github.com/onflow/flow-cli/internal/command"
)

var addCommand = &command.Command{
Expand Down
3 changes: 2 additions & 1 deletion internal/dependencymanager/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ package dependencymanager

import (
"fmt"
"strings"

"github.com/onflow/flow-go/fvm/systemcontracts"
flowGo "github.com/onflow/flow-go/model/flow"
"strings"

"github.com/onflow/flow-cli/internal/util"

Expand Down

0 comments on commit ffc5d9a

Please sign in to comment.