Skip to content

Commit

Permalink
Update app/lib/image_provider/provider.rb
Browse files Browse the repository at this point in the history
Co-authored-by: sämmi <[email protected]>
  • Loading branch information
jellodiil and sammyd authored Oct 12, 2023
1 parent eb6fb6e commit 7827a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/image_provider/provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Provider

attr_reader :extractor, :width_required

def initialize(extractor:,width_required:)
def initialize(extractor:, width_required:)
@extractor = extractor
@width_required = width_required
end
Expand Down

0 comments on commit 7827a97

Please sign in to comment.