Skip to content

Commit

Permalink
Open up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Nov 3, 2020
1 parent 47fd454 commit 42b38e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func (p Provider) Get(s string) string {
if i == 0 {
return p.raw(s)
}

switch s {
case "firstname":
return faker.Name().FirstName()
Expand Down

0 comments on commit 42b38e4

Please sign in to comment.