Skip to content

Commit

Permalink
rubocop -Aを実行した
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamu-kazu222 committed Feb 11, 2025
1 parent 9d8ef48 commit 444ed93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/searchable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def params_for_keyword_search(searched_values = {})
end
end

{ combinator: 'or', groupings: groupings }
{ combinator: 'or', groupings: }
end

def word_to_groupings(word)
Expand Down

0 comments on commit 444ed93

Please sign in to comment.