Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Aug 3, 2023
1 parent 7af0601 commit 3e5ea30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1847,9 +1847,9 @@ func (tr TestRun) assignConsumerPubKey(action assignConsumerPubKeyAction, verbos
}

if action.expectError {
if verbose {
fmt.Printf("got expected error during key assignment | err: %s \n", err.Error())
}
if verbose {

Check failure on line 1850 in tests/e2e/actions.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard,default,blank,dot,prefix(cosmossdk.io),prefix(github.com/cosmos/cosmos-sdk),prefix(github.com/cometbft/cometbft),prefix(github.com/cosmos/interchain-security) (gci)
fmt.Printf("got expected error during key assignment | err: %s \n", err.Error())
}
}

// node was started with provider key
Expand Down

0 comments on commit 3e5ea30

Please sign in to comment.