Fixed linting errors on empty field names validator

This commit is contained in:
Tim Rogers 2025-01-01 10:21:04 -06:00
parent 0717cdd2ce
commit 54b7b4591d

View File

@ -12,4 +12,4 @@ class EmptyProfileFieldNamesValidator < ActiveModel::Validator
account.errors.add(:fields, 'Names of profile fields cannot be empty')
end
end
end