branch: scratch/expand-region
commit 2690fd46026de87a416beab56bf9896422a0a189
Author: Aaron Gonzales <aaronzi...@ucla.edu>
Commit: Magnar Sveen <magn...@gmail.com>

    fix: misplaced parenthesis
---
 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