Skip to content

Commit c8ccca3

Browse files
fix rubocop offenses
1 parent 8ae9610 commit c8ccca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: app/helpers/additionals_icons_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def svg_icon_tag(icon_name,
2121
wrapper_content: nil,
2222
wrapper_class: 'icon',
2323
wrapper_css: nil)
24-
2524
sprite = plugin.present? ? "plugin_assets/#{plugin}/#{sprite}.svg" : "#{sprite}.svg"
2625
content = additionals_svg_sprite_icon(icon_name, size:, sprite:, title:, css_class:)
2726

0 commit comments

Comments
 (0)