From 18918769baf49acc4067eabdc0c3a0a98224d23f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 23 Aug 2018 21:38:25 +0300 Subject: Smarter join lines --- crates/libeditor/tests/test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/libeditor/tests/test.rs') diff --git a/crates/libeditor/tests/test.rs b/crates/libeditor/tests/test.rs index 6aa260a86..e5088ad27 100644 --- a/crates/libeditor/tests/test.rs +++ b/crates/libeditor/tests/test.rs @@ -195,7 +195,7 @@ fn foo() { } ", r" fn foo() { - <|>foo(1, ) + <|>foo(1) } "); } @@ -221,7 +221,7 @@ fn foo() { } ", r" fn foo() { - foo(1, 2, 3, ) + foo(1, 2, 3) } "); } -- cgit v1.2.3