From 54b7b4591deb233f54027ac8dacd457222c7e14a Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Wed, 1 Jan 2025 10:21:04 -0600 Subject: [PATCH] Fixed linting errors on empty field names validator --- app/validators/empty_profile_field_names_validator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/validators/empty_profile_field_names_validator.rb b/app/validators/empty_profile_field_names_validator.rb index 0eff54e2d4..7888d3e75e 100644 --- a/app/validators/empty_profile_field_names_validator.rb +++ b/app/validators/empty_profile_field_names_validator.rb @@ -12,4 +12,4 @@ class EmptyProfileFieldNamesValidator < ActiveModel::Validator account.errors.add(:fields, 'Names of profile fields cannot be empty') end -end \ No newline at end of file +end