Skip to content

Commit

Permalink
Remove unnecessary anonymous rest arg
Browse files Browse the repository at this point in the history
Sorbet was complaining about this.
  • Loading branch information
joshheinrichs-shopify committed Nov 1, 2024
1 parent 526684b commit 7461240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/ui/prompt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def readline(is_file: false)
end
Reline.completion_append_character = ''
else
Reline.completion_proc = proc { |*| nil }
Reline.completion_proc = proc {}
Reline.completion_append_character = ' '
end

Expand Down

0 comments on commit 7461240

Please sign in to comment.