ci: check

This commit is contained in:
Folke Lemaitre 2025-01-30 20:13:53 +01:00
parent d8f26efd45
commit 4f30c61b64
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -14,6 +14,9 @@ local Util = require("lazy.core.util")
---@field pkgs table<string, number>
local M = {}
if false then
dd("foo")
end
---@param spec LazySpecLoader
---@return LazyMeta
function M.new(spec)