Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed May 29, 2024
1 parent 04463bb commit 5b6c881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions keychain/keychain.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package keychain

import (
"fmt"

Check failure on line 6 in keychain/keychain.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `gofumpt`-ed (gofumpt)

"github.com/ava-labs/avalanchego/utils/formatting/address"

"avalanche-tooling-sdk-go/avalanche"
Expand Down
1 change: 0 additions & 1 deletion subnet/add_validator_subnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ func TestAddValidatorDeploy(_ *testing.T) {
fmt.Printf("deploySubnetTx %s", createSubnetTx)
createBlockchainTx, _ := newSubnet.CreateBlockchainTx(wallet)
fmt.Printf("deploySubnetTx %s", createBlockchainTx)

}

0 comments on commit 5b6c881

Please sign in to comment.