Skip to content

Commit f33a562

Browse files
committed
Fix whitespace
1 parent e265f88 commit f33a562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codegen/export-no-mangle.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mod private {
1818
// CHECK: void @bar()
1919
#[export_name = "bar"]
2020
extern fn bar() {}
21-
21+
2222
// CHECK: void @baz()
2323
#[export_name = "baz"]
2424
#[inline]

0 commit comments

Comments
 (0)