branch: elpa/swift-mode commit f94e43743b6d8fca4e690ee4980b092203bb1ed3 Author: uk-ar <yuuki....@gmail.com> Commit: uk-ar <yuuki....@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