]> git.lizzy.rs Git - rust.git/commitdiff
Update a test
authortopecongiro <seuchida@gmail.com>
Thu, 30 Nov 2017 06:00:20 +0000 (15:00 +0900)
committertopecongiro <seuchida@gmail.com>
Thu, 30 Nov 2017 06:00:20 +0000 (15:00 +0900)
tests/target/chains-visual.rs

index 507f91113cc767f6930d57ee02bfcfe621e0f094..8a6e44ed86bd73d51b9e3c0f53d91d61ef5d2f55 100644 (file)
@@ -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 });