Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Jul 16, 2024
1 parent 173662b commit 2a73b38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/nodecmd/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ package nodecmd

import (
"fmt"
"strings"

"github.com/ava-labs/avalanche-cli/pkg/cobrautils"
"github.com/ava-labs/avalanche-cli/pkg/constants"
"github.com/ava-labs/avalanche-cli/pkg/models"
"github.com/spf13/cobra"
"golang.org/x/exp/maps"
"strings"
)

func CallCleanup() error {
Expand Down

0 comments on commit 2a73b38

Please sign in to comment.