Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas von Deyen <[email protected]>
  • Loading branch information
stockime and tvdeyen committed Dec 21, 2020
1 parent 7d5d316 commit eae9bcf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/models/alchemy/element/definitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def definition
if definition = self.class.definition_by_name(name)
definition
else
log_warning "Could not find element definition for #{
name
}. Please check your elements.yml file!"
log_warning "Could not find element definition for #{name}. " \
"Please check your elements.yml file!"
{}
end
end
Expand Down

0 comments on commit eae9bcf

Please sign in to comment.