Skip to content

Commit

Permalink
Fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed May 23, 2024
1 parent 5127f19 commit 84b9123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/lightbox_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def link_to_attachment(attachment, **options)
caption: caption }
end

super attachment, **options
super
end

def thumbnail_tag(attachment)
Expand Down

0 comments on commit 84b9123

Please sign in to comment.