From a63b85496a6b0b16e4ffcc2d56eb217f2761b97c Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 11 Sep 2018 19:28:13 +0200 Subject: [PATCH] Rustfmt --- examples/mini_core_hello_world.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/mini_core_hello_world.rs b/examples/mini_core_hello_world.rs index 9c08269d60b..ba05e5befc9 100644 --- a/examples/mini_core_hello_world.rs +++ b/examples/mini_core_hello_world.rs @@ -19,7 +19,9 @@ unsafe extern "C" fn my_puts(s: *const u8) { // TODO remove when jit supports linking rlibs #[cfg(jit)] -fn panic(_: T) { loop {} } +fn panic(_: T) { + loop {} +} #[lang = "termination"] trait Termination {