Skip to content

Commit

Permalink
Rubocop: Fix Style/SuperArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jun 7, 2024
1 parent 0c5a627 commit 19a8156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ilios/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class CassandraRecipe < MiniPortileCMake
def initialize(name, version, **kwargs)
ENV['LIBUV_ROOT_DIR'] ||= LibuvInstaller.special_install_path

super(name, version, **kwargs)
super
end

def configure_prefix
Expand Down

0 comments on commit 19a8156

Please sign in to comment.