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

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

[nongnu] elpa/swift-mode f94e437 259/496: Fix wrong offset for multiline


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode f94e437 259/496: Fix wrong offset for multiline
Date: Sun, 29 Aug 2021 11:33:47 -0400 (EDT)

branch: elpa/swift-mode
commit f94e43743b6d8fca4e690ee4980b092203bb1ed3
Author: uk-ar <yuuki.ari@gmail.com>
Commit: uk-ar <yuuki.ari@gmail.com>

    Fix wrong offset for multiline
---
 test/indentation-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/indentation-tests.el b/test/indentation-tests.el
index 2a1bc3d..e03b982 100644
--- a/test/indentation-tests.el
+++ b/test/indentation-tests.el
@@ -1215,7 +1215,7 @@ foo?[bar] +
      |a
 " "
 foo?[bar] +
-     |a
+  |a
 ")
 
 (check-indentation indents-multiline-expressions/10
@@ -1224,7 +1224,7 @@ foo?(bar) +
      |a
 " "
 foo?(bar) +
-     |a
+  |a
 ")
 
 (check-indentation indents-multiline-expressions/11



reply via email to

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