diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-06-27 16:22:24 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-06-27 16:22:24 +0100 |
commit | 42a01bdcf41642cdbc9928b8683aa82e5cbbcd90 (patch) | |
tree | 71a43e524798776934e70f7778aee1f0dec0d0a1 | |
parent | dbc5d4e36358b08602c68840313f8c8b104e0bcf (diff) |
tools/note: Remove extra whitespace
-rw-r--r-- | tools/note.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 |