style: cargo fmt
Test / test (pull_request) Successful in 37m46s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-07-13 13:11:54 -07:00
parent 560470b86b
commit fc87b13e5b
2 changed files with 38 additions and 18 deletions
+7 -1
View File
@@ -181,7 +181,13 @@ pub fn spawn_modal<M: Component, F>(
where
F: FnOnce(&mut ChildSpawnerCommands),
{
spawn_modal_sized(commands, plugin_marker, z_panel, MODAL_CARD_MAX_WIDTH, build_card)
spawn_modal_sized(
commands,
plugin_marker,
z_panel,
MODAL_CARD_MAX_WIDTH,
build_card,
)
}
/// Default maximum card width in logical pixels — every [`spawn_modal`]