Skip to content

Commit

Permalink
Adopt Ruby 3.1+ implicit hash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Apr 29, 2024
1 parent 5fcf003 commit f6c6426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tomo/plugin/nvm/tasks_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ def test_install_raises_if_nvm_node_version_is_not_specified
private

def configure(settings={})
Tomo::Testing::MockPluginTester.new("nvm", settings: settings)
Tomo::Testing::MockPluginTester.new("nvm", settings:)
end
end

0 comments on commit f6c6426

Please sign in to comment.