make luacheck happy

This commit is contained in:
lambtho12
2022-01-27 11:01:44 +01:00
parent 9705f5795b
commit 2e4d282344

View File

@@ -163,7 +163,7 @@ local function append_uuid(opts, title)
opts.uuid_type = opts.uuid_type or M.Cfg.uuid_type opts.uuid_type = opts.uuid_type or M.Cfg.uuid_type
if opts.prefix_title_by_uuid then if opts.prefix_title_by_uuid then
local uuid = "" local uuid
if opts.uuid_type ~= "rand" then if opts.uuid_type ~= "rand" then
uuid = os.date(opts.uuid_type) uuid = os.date(opts.uuid_type)
else else