Skip to content

Commit

Permalink
[Fix] code style by stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Feb 24, 2024
1 parent 9807510 commit 8d83d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/codesnap/utils/visual.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d83d91

Please sign in to comment.