Skip to content

Commit

Permalink
chore: fix strange new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Feb 9, 2023
1 parent 7ea47f3 commit 752e800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/distribution/simulation/operations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ func (suite *SimTestSuite) getTestingValidator(accounts []simtypes.Account, comm
account := accounts[n]
valPubKey := account.PubKey
valAddr := sdk.ValAddress(account.PubKey.Address().Bytes())
validator, err := stakingtypes.NewValidator(valAddr, valPubKey, stakingtypes.
Description{})
validator, err := stakingtypes.NewValidator(valAddr, valPubKey, stakingtypes.Description{})
require.NoError(err)
validator, err = validator.SetInitialCommission(commission)
require.NoError(err)
Expand Down

0 comments on commit 752e800

Please sign in to comment.