Skip to content

Commit 3fac279

Browse files
committed
chore: fix typo
1 parent 205f4ca commit 3fac279

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ui/explicit-tail-calls/recursion-no-tce.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ pub fn count(curr: u64, top: u64) -> u64 {
1111
}
1212

1313
fn main() {
14-
println!("{}",
15-
count(0, black_box(1000000)));
14+
println!("{}", count(0, black_box(1000000)));
1615
}

0 commit comments

Comments
 (0)