From 2e4d28234427925911c73a1c7947cb4217c15ae7 Mon Sep 17 00:00:00 2001 From: lambtho12 Date: Thu, 27 Jan 2022 11:01:44 +0100 Subject: [PATCH] make luacheck happy --- lua/telekasten.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 315f228..2a14a60 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -163,7 +163,7 @@ local function append_uuid(opts, title) opts.uuid_type = opts.uuid_type or M.Cfg.uuid_type if opts.prefix_title_by_uuid then - local uuid = "" + local uuid if opts.uuid_type ~= "rand" then uuid = os.date(opts.uuid_type) else