Skip to content

Commit

Permalink
style: format codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Sep 30, 2024
1 parent 8f31139 commit 9a86b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/components/content/Examples/BasicExample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
...Array.from({ length: 20 }, (v, k) => [
k + 1,
faker.person.fullName(),
faker.helpers.fromRegExp(/[0-9]{3}-[0-9]{3}-[0-9]{4}/),
faker.helpers.fromRegExp(/\d{3}-\d{3}-\d{4}/),
faker.internet.email()?.toLowerCase(),
]),
],
Expand Down

0 comments on commit 9a86b06

Please sign in to comment.