Skip to content

Commit

Permalink
Removed empty email format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Schweder committed Jun 2, 2020
1 parent 5b69707 commit fc6faf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internet.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
"{{firstName}}",
"{{lastName}}"}

emailFormats = []string{"{{user}}@{{domain}}", "{{user}}@{{freeEmailDomain}}", ""}
emailFormats = []string{"{{user}}@{{domain}}", "{{user}}@{{freeEmailDomain}}"}

urlFormats = []string{"http://www.{{domain}}/",
"http://{{domain}}/",
Expand Down

0 comments on commit fc6faf9

Please sign in to comment.