Skip to content

Commit

Permalink
Autofix safe Style/SuperArguments offense
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jul 20, 2024
1 parent 7a6c9e9 commit a055bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client_side_validations/simple_form/form_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def input(attribute_name, options = {}, &block)
options.delete(:validate)
end

super(attribute_name, options, &block)
super
end

private
Expand Down

0 comments on commit a055bf7

Please sign in to comment.