Skip to content

Commit

Permalink
style(format): run stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsho authored and github-actions[bot] committed Apr 19, 2024
1 parent 75d3de9 commit abdc76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/toggleterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit abdc76d

Please # to comment.