From 42a01bdcf41642cdbc9928b8683aa82e5cbbcd90 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Thu, 27 Jun 2024 16:22:24 +0100 Subject: tools/note: Remove extra whitespace --- tools/note.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/note.lua b/tools/note.lua index e422468..199d5c0 100644 --- a/tools/note.lua +++ b/tools/note.lua @@ -13,7 +13,7 @@ function Link(link) end return {pandoc.Link(text, "/notes/"..link.target..".html")} else - return link + return link end end @@ -26,7 +26,7 @@ function Image(image) return {video} end else - return image + return image end end -- cgit v1.2.3