Skip to content

Commit a63b854

Browse files
committed
Rustfmt
1 parent fb2983c commit a63b854

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/mini_core_hello_world.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ unsafe extern "C" fn my_puts(s: *const u8) {
1919

2020
// TODO remove when jit supports linking rlibs
2121
#[cfg(jit)]
22-
fn panic<T>(_: T) { loop {} }
22+
fn panic<T>(_: T) {
23+
loop {}
24+
}
2325

2426
#[lang = "termination"]
2527
trait Termination {

0 commit comments

Comments
 (0)