mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-26 11:26:30 +00:00
[Fix] code style by stylua
This commit is contained in:
parent
980751083b
commit
8d83d91159
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function visual_utils.get_selected_text()
|
|||
start_pos, end_pos = end_pos, start_pos
|
||||
end
|
||||
|
||||
if vim.api.nvim_get_mode().mode == 'V' then
|
||||
if vim.api.nvim_get_mode().mode == "V" then
|
||||
return get_whole_lines(start_pos[2], end_pos[2])
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue