Add newline for consistency

This commit is contained in:
George Thomas 2026-02-19 19:37:46 +00:00
parent 2a80e5b219
commit 06767e17ea

View File

@ -17,6 +17,7 @@ struct T {
a: bool,
b: u8,
}
#[unsafe(no_mangle)]
extern "C" fn hello_struct(t: T) -> () {
say_hello(&format!("{:?}", t))