From c3d6ae7abee93ee9341f8d7e28f89b7748e50383 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Thu, 30 Nov 2017 15:00:20 +0900 Subject: [PATCH] Update a test --- tests/target/chains-visual.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/target/chains-visual.rs b/tests/target/chains-visual.rs index 507f91113cc..8a6e44ed86b 100644 --- a/tests/target/chains-visual.rs +++ b/tests/target/chains-visual.rs @@ -16,9 +16,9 @@ fn main() { // Test case where first chain element isn't a path, but is shorter than // the size of a tab. x().y(|| match cond() { - true => (), - false => (), - }); + true => (), + false => (), + }); loong_func().quux(move || if true { 1 } else { 2 }); -- 2.44.0