Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed May 22, 2024
1 parent 7e42742 commit c5b14af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion subnet/deploy_subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
package subnet

import (

Check failure on line 6 in subnet/deploy_subnet.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `gofumpt`-ed (gofumpt)
"avalanche-tooling-sdk-go/avalanche"
"context"
"fmt"

Check failure on line 9 in subnet/deploy_subnet.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `gofumpt`-ed (gofumpt)
"avalanche-tooling-sdk-go/avalanche"

"github.com/ava-labs/avalanchego/ids"
"github.com/ava-labs/avalanchego/utils/crypto/keychain"
"github.com/ava-labs/avalanchego/utils/formatting/address"
Expand Down

0 comments on commit c5b14af

Please sign in to comment.