Skip to content

Commit

Permalink
chore(staking/validator): lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ziscky committed Sep 21, 2024
1 parent 1862040 commit 25986ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/staking/simulation/rand_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func RandURIOfHostLength(r *rand.Rand, n int) string {
}

// RandSocialHandleURIs returns a string array of length num with uris.
func RandSocialHandleURIs(r *rand.Rand, num int, uriHostLength int) []string {
func RandSocialHandleURIs(r *rand.Rand, num, uriHostLength int) []string {
if num == 0 {
return []string{}
}
Expand Down

0 comments on commit 25986ca

Please sign in to comment.