branch: elpa/org-auto-tangle
commit 817e41897b0e0876fc6139155362caa200254bbe
Author: lispy-dobby <[email protected]>
Commit: lispy-dobby <[email protected]>

    moved trailing bracket
---
 org-auto-tangle.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index d957f1854c..df531e9d22 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -83,8 +83,7 @@
   "Check if the #+auto_tangle option exists and call org-auto-tangle-async if 
it exists."
   (when (and (org-auto-tangle-find-value (current-buffer))
             (not (string= (org-auto-tangle-find-value(current-buffer)) "nil")))
-    (org-auto-tangle-async (buffer-file-name)))
-  )
+    (org-auto-tangle-async (buffer-file-name))))
 
 (define-minor-mode org-auto-tangle-mode
   "Automatically tangle org-mode files with the option #+auto_tangle: t."

Reply via email to