Skip to content

Commit 6557a41

Browse files
committed
Fix indent
1 parent 62fff18 commit 6557a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/scrollview.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2566,7 +2566,7 @@ if to_bool(fn.exists('&mousemoveevent')) then
25662566
start_memoize()
25672567
pcall(function()
25682568
pending_mousemove_callback_count =
2569-
math.max(0, pending_mousemove_callback_count - 1)
2569+
math.max(0, pending_mousemove_callback_count - 1)
25702570
if pending_mousemove_callback_count > 0 then
25712571
-- If there are mousemove callbacks that will occur subsequently,
25722572
-- don't execute this one.

0 commit comments

Comments
 (0)