mirror of https://github.com/folke/lazy.nvim.git
style: lua annotations
This commit is contained in:
parent
753c391b44
commit
6a2c47e642
|
@ -325,7 +325,6 @@ end
|
||||||
|
|
||||||
---@param spec LazySpec|LazySpecImport
|
---@param spec LazySpec|LazySpecImport
|
||||||
---@param results? string[]
|
---@param results? string[]
|
||||||
---@param is_dep? boolean
|
|
||||||
function Spec:normalize(spec, results)
|
function Spec:normalize(spec, results)
|
||||||
if type(spec) == "string" then
|
if type(spec) == "string" then
|
||||||
if not spec:find("/", 1, true) then
|
if not spec:find("/", 1, true) then
|
||||||
|
|
Loading…
Reference in New Issue