Skip to content

Commit 13a55e8

Browse files
committed
Satisfy the untiring tidy
1 parent 78d4886 commit 13a55e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/const-eval/issue-50814-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ fn main() {
4040
println!("{:x}", foo::<u32>() as *const usize as usize);
4141
println!("{:x}", foo::<()>());
4242
println!("{:x}", foo::<u32>());
43-
}
43+
}

src/test/ui/const-eval/issue-50814.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ fn foo<T>(_: T) -> &'static u8 {
3030

3131
fn main() {
3232
foo(0);
33-
}
33+
}

0 commit comments

Comments
 (0)