Apply automatic rubocop fixes

This commit is contained in:
Sebastian Serth
2021-05-17 19:40:38 +02:00
parent a6c6b07a91
commit 5243808d54
26 changed files with 72 additions and 72 deletions

View File

@ -11,6 +11,6 @@ class StructuredErrorAttribute < ApplicationRecord
value = result.captures[0]
end
create(structured_error: structured_error, error_template_attribute: attribute, value: value,
match: !result.nil?)
match: !result.nil?)
end
end