Skip to content

Commit 6fffefb

Browse files
committed
fix formatting
1 parent 68da25b commit 6fffefb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

crates/rust/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,10 @@ macro_rules! __export_{world_name}_impl {{
884884
path.push_str("::");
885885
path.push_str(path_to_types)
886886
}
887-
uwriteln!(self.src, "{path}::{name}!({{ ty: $ty, with_types_in: {path} }});");
887+
uwriteln!(
888+
self.src,
889+
"{path}::{name}!({{ ty: $ty, with_types_in: {path} }});"
890+
);
888891
}
889892

890893
// See comments in `finish` for why this conditionally happens here.

0 commit comments

Comments
 (0)