Skip to content

Commit

Permalink
Run lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Mar 27, 2024
1 parent 97bccb3 commit 03e7863
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions internal/dependencymanager/dependencyinstaller.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ import (
"crypto/sha256"
"encoding/hex"
"fmt"
"github.com/onflow/flow-cli/internal/util"
"github.com/onflow/flow-go/fvm/systemcontracts"
flowGo "github.com/onflow/flow-go/model/flow"
"os"
"path/filepath"

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

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

"github.com/onflow/flowkit/gateway"

"github.com/onflow/flowkit/project"
Expand Down
1 change: 1 addition & 0 deletions internal/project/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"context"
"errors"
"fmt"

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

Expand Down
3 changes: 2 additions & 1 deletion internal/util/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ package util

import (
"fmt"
"github.com/onflow/flowkit/accounts"
"os"
"path/filepath"
"strconv"
"strings"

"github.com/onflow/flowkit/accounts"

"github.com/gosuri/uilive"
"github.com/manifoldco/promptui"
"github.com/onflow/flow-go-sdk"
Expand Down

0 comments on commit 03e7863

Please sign in to comment.