Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Mar 18, 2024
1 parent 603c20f commit 57fc900
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x/multi-staking/types/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
)



// String implements the Stringer interface for a Validator object.
func (v ValidatorInfo) String() string {
bz, err := codec.ProtoMarshalJSON(&v, nil)
Expand All @@ -21,4 +19,4 @@ func (v ValidatorInfo) String() string {
}

return string(out)
}
}

0 comments on commit 57fc900

Please sign in to comment.