Skip to content

Commit

Permalink
Fix white-space related offenses
Browse files Browse the repository at this point in the history
- Layout/MultilineMethodCallIndentation
  • Loading branch information
tagliala committed Jan 21, 2024
1 parent d644be8 commit 66cceac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .rubocop_todo.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/hawk/model/association.rb
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def #{entity}
return unless (id = self.attributes.fetch(key.to_s, nil))

instance = self.class.model_class_for(klass).
find(id, clean_inherited_params(self.params, params))
find(id, clean_inherited_params(self.params, params))

instance_variable_set(ivar, instance)
end
Expand Down

0 comments on commit 66cceac

Please sign in to comment.