emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/expand-region 2690fd4602 07/23: fix: misplaced parenthesi


From: Stefan Monnier
Subject: [elpa] scratch/expand-region 2690fd4602 07/23: fix: misplaced parenthesis
Date: Sun, 15 Oct 2023 20:53:32 -0400 (EDT)

branch: scratch/expand-region
commit 2690fd46026de87a416beab56bf9896422a0a189
Author: Aaron Gonzales <aaronzinho@ucla.edu>
Commit: Magnar Sveen <magnars@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

[Prev in Thread] Current Thread [Next in Thread]