Skip to content

Commit 8935f99

Browse files
authored
Fix tidy
1 parent afcbc2e commit 8935f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ macro_rules! m {
2020
fn main() {
2121
fn f() -> impl Sized {};
2222
m!()(f());
23-
}
23+
}

0 commit comments

Comments
 (0)