From b3c4ec9e5a3ff49384ddb9cf8f4c77811e3915f2 Mon Sep 17 00:00:00 2001 From: ryotaro-shirai Date: Fri, 13 Feb 2026 15:28:48 +0900 Subject: [PATCH] Remove unnecessary whitespace in README.md and /lib/locales/README.md --- README.md | 2 +- lib/locales/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdbfd08544..1c4da4a95c 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ To prevent Faker (version >= 2.22) from [generating duplicate values](https://gi you might need to add the following to the `test_helper.rb` or `rails_helper.rb` file: ```ruby - Faker::Config.random = Random.new +Faker::Config.random = Random.new ``` ## Generators diff --git a/lib/locales/README.md b/lib/locales/README.md index 56f2742429..923869d8f3 100644 --- a/lib/locales/README.md +++ b/lib/locales/README.md @@ -52,5 +52,5 @@ Faker::Config.default_locale = :pt In threaded server environments, e.g., Puma, locale per thread can be set as the following: ```ruby - Faker::Config.locale = :es +Faker::Config.locale = :es ```