Format by stylua (#1195)

This commit is contained in:
yuys13
2022-09-27 12:27:31 +09:00
committed by GitHub
parent 83c097699d
commit 2427d06b65
4 changed files with 11 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ vim.api.nvim_create_autocmd('VimLeavePre', {
timer:close()
end
end
end
end,
})
---@param fn function
@@ -26,7 +26,7 @@ vim.api.nvim_create_autocmd('VimLeavePre', {
async.throttle = function(fn, timeout)
local time = nil
local timer = vim.loop.new_timer()
timers[#timers+1] = timer
timers[#timers + 1] = timer
return setmetatable({
running = false,
timeout = timeout,