Skip to content

Commit b3d4357

Browse files
authored
fix: Fix indentation for M.clear_preview() call
1 parent 4bd7bf5 commit b3d4357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/copilot/suggestion/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ function M.accept(modifier)
588588
ctx.accepted_partial = true
589589
ignore_next_cursor_moved = true
590590
else
591-
M.clear_preview()
591+
M.clear_preview()
592592
newText = suggestion.text
593593
end
594594

0 commit comments

Comments
 (0)