Skip to content

Commit 72f0ca5

Browse files
authored
Nit
1 parent 04d0a8c commit 72f0ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/pretty/fn-variadic.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Check that `fn foo(x: i32, ...)` does not print as `fn foo(x: i32, ..., ...)`.
22
// See issue #58853.
3-
//
3+
44
// pp-exact
55
#![feature(c_variadic)]
66

@@ -12,4 +12,4 @@ pub unsafe extern "C" fn bar(_: i32, mut ap: ...) -> usize {
1212
ap.arg::<usize>()
1313
}
1414

15-
fn main() { }
15+
fn main() {}

0 commit comments

Comments
 (0)