branch: externals/denote
commit bb0211aa666aa62652e2b1ee861be6201b083c97
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix indentantion in one point
---
 denote-link.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-link.el b/denote-link.el
index 09d7ca2125..70cf4fbc8b 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -144,7 +144,7 @@ format is always [[denote:IDENTIFIER]]."
   (insert
    (denote-link--format-link
     target
-   (denote-link--extension-format-or-id id-only))))
+    (denote-link--extension-format-or-id id-only))))
 
 (defalias 'denote-link-insert-link (symbol-function 'denote-link))
 

Reply via email to