Run rustfmt

This commit is contained in:
Philipp Oppermann
2018-06-12 19:26:17 +02:00
parent 8b5be6ebc0
commit 6529cbc674
5 changed files with 20 additions and 12 deletions

View File

@@ -26,4 +26,4 @@ pub extern "C" fn _start() -> ! {
pub fn panic(info: &PanicInfo) -> ! {
println!("{}", info);
loop {}
}
}