Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Mar 12, 2024
1 parent 6cf9b43 commit f36448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type UnsupportedCosmWasmPoolTypeError struct {
}

func (e UnsupportedCosmWasmPoolTypeError) Error() string {
return "unsupported pool type: " + string(e.PoolType)
return "unsupported pool type: " + e.PoolType
}

type PoolNotFoundError struct {
Expand Down

0 comments on commit f36448e

Please sign in to comment.