add type annotation for the main function
This commit is contained in:
parent
1623276cb0
commit
07df092fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ function M.synctree(tree, cb)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- basically the main function of our program
|
-- basically the main function of our program
|
||||||
|
---@param opts speclist
|
||||||
return function(opts)
|
return function(opts)
|
||||||
logger.pipe = logger:setup()
|
logger.pipe = logger:setup()
|
||||||
bench:setup()
|
bench:setup()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue