mirror of
https://github.com/funamitech/mastodon
synced 2024-11-23 22:57:05 +09:00
Fix Style/RedundantArgument
cop (#28321)
This commit is contained in:
parent
9dfa940636
commit
2c6369918c
@ -114,7 +114,7 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def fa_icon(icon, attributes = {})
|
||||
class_names = attributes[:class]&.split(' ') || []
|
||||
class_names = attributes[:class]&.split || []
|
||||
class_names << 'fa'
|
||||
class_names += icon.split.map { |cl| "fa-#{cl}" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user