branch: scratch/expand-region
commit 1c291daf14d4a763a28d3b19f32a2443c1e6dd82
Author: Magnar Sveen <magn...@gmail.com>
Commit: Magnar Sveen <magn...@gmail.com>

    Revert "fix: misplaced parenthesis"
    
    This reverts commit 2690fd46026de87a416beab56bf9896422a0a189.
---
 yaml-mode-expansions.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/yaml-mode-expansions.el b/yaml-mode-expansions.el
index 72c17bd62b..6ebbd40f81 100644
--- a/yaml-mode-expansions.el
+++ b/yaml-mode-expansions.el
@@ -31,8 +31,8 @@
 
 (defconst yaml-indent 2)
 
-(unless (fboundp 'yaml-indent-offset)
-  (defalias 'yaml-indent-offset 'yaml-indent))
+(unless (fboundp 'yaml-indent-offset))
+    (defalias 'yaml-indent-offset 'yaml-indent))
 
 (defvar er--yaml-key-value-regex
   (rx (one-or-more

Reply via email to