Skip to content

Commit

Permalink
Types of function parameters can be combined (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Aug 11, 2022
1 parent bf6b8d8 commit 89ca78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boolean.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (b Boolean) BoolInt() int {
}

// BoolString returns a fake bool for string Boolean
func (b Boolean) BoolString(firstArg string, secondArg string) string {
func (b Boolean) BoolString(firstArg, secondArg string) string {
boolean := []string{firstArg, secondArg}

return b.Faker.RandomStringElement(boolean)
Expand Down

0 comments on commit 89ca78e

Please sign in to comment.