Skip to content

Commit c3d6ae7

Browse files
committed
Update a test
1 parent 0f6b497 commit c3d6ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/target/chains-visual.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ fn main() {
1616
// Test case where first chain element isn't a path, but is shorter than
1717
// the size of a tab.
1818
x().y(|| match cond() {
19-
true => (),
20-
false => (),
21-
});
19+
true => (),
20+
false => (),
21+
});
2222

2323
loong_func().quux(move || if true { 1 } else { 2 });
2424

0 commit comments

Comments
 (0)