Skip to content

Commit

Permalink
remove unused encoding params
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWzr committed Oct 20, 2024
1 parent 0166b1b commit a4bf0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/line_editor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def set_pasting_state(in_pasting)
end
end

def reset(prompt = '', encoding:)
def reset(prompt = '')
@screen_size = Reline::IOGate.get_screen_size
reset_variables(prompt)
@rendered_screen.base_y = Reline::IOGate.cursor_pos.y
Expand Down

0 comments on commit a4bf0ea

Please sign in to comment.