style(format): run stylua

This commit is contained in:
akinsho 2024-04-19 11:23:19 +00:00 committed by github-actions[bot]
parent 75d3de9d26
commit abdc76d229

View file

@ -250,7 +250,7 @@ function M.send_lines_to_terminal(selection_type, trim_spaces, cmd_data)
-- Jump back with the cursor where we were at the beginning of the selection
api.nvim_set_current_win(current_window)
api.nvim_win_set_cursor(current_window, { start_line, start_col-1 })
api.nvim_win_set_cursor(current_window, { start_line, start_col - 1 })
end
function M.toggle_command(args, count)