Skip to content

Commit

Permalink
Fix rubocop style suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Feb 21, 2024
1 parent 499f15c commit 09bfaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uploadcare.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module Uploadcare
# deprecation warnings, we override the dry-configurable's `setting` DSL method.
def self.setting(name, default:, **options, &block)
if RUBY_VERSION < '2.6'
super name, default, &block
super(name, default, &block)
else
super
end
Expand Down

0 comments on commit 09bfaa8

Please sign in to comment.