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

    Revert "Revert "fix: misplaced parenthesis""
    
    This reverts commit 1c291daf14d4a763a28d3b19f32a2443c1e6dd82.
---
 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 6ebbd40f81..72c17bd62b 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