Skip to content

Commit b3c4ec9

Browse files
Remove unnecessary whitespace in README.md and /lib/locales/README.md
1 parent 622580d commit b3c4ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To prevent Faker (version >= 2.22) from [generating duplicate values](https://gi
157157
you might need to add the following to the `test_helper.rb` or `rails_helper.rb` file:
158158

159159
```ruby
160-
Faker::Config.random = Random.new
160+
Faker::Config.random = Random.new
161161
```
162162

163163
## Generators

lib/locales/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ Faker::Config.default_locale = :pt
5252
In threaded server environments, e.g., Puma, locale per thread can be set as the following:
5353

5454
```ruby
55-
Faker::Config.locale = :es
55+
Faker::Config.locale = :es
5656
```

0 commit comments

Comments
 (0)