add trailing newline

This commit is contained in:
12101111 2019-09-14 03:23:58 +08:00
parent b98a844cf3
commit e484f213ee

View File

@ -11,4 +11,4 @@ fn main() {
#[panic_handler]
fn panic(_info: &core::panic::PanicInfo) -> ! {
loop{}
}
}