]> git.openstreetmap.org Git - rails.git/commitdiff
Fix rubocop warning
authorTom Hughes <tom@compton.nu>
Sun, 21 Apr 2024 18:07:16 +0000 (19:07 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 21 Apr 2024 18:07:16 +0000 (19:07 +0100)
test/factories/user.rb

index bc6cddf80225ca5fed39aed52148df98ec7f2b8a..7f1f14e9c6a9a0c90baf6a07bb6174e5914fcafe 100644 (file)
@@ -1,4 +1,4 @@
-pass_crypt = PasswordHash.create("test").first 
+pass_crypt = PasswordHash.create("test").first
 
 FactoryBot.define do
   factory :user do