chore(examples): cargo fmt & co

This commit is contained in:
kaosat.dev 2024-03-04 15:17:46 +01:00
parent 68bb7ed4cc
commit d00ac48642
8 changed files with 39 additions and 25 deletions

View File

@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
..default() ..default()
}, },
..Default::default() ..Default::default()
}, InMainMenu)); },
InMainMenu,
));
commands.spawn(( commands.spawn((
TextBundle::from_section( TextBundle::from_section(

View File

@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
..default() ..default()
}, },
..Default::default() ..Default::default()
}, InMainMenu)); },
InMainMenu,
));
commands.spawn(( commands.spawn((
TextBundle::from_section( TextBundle::from_section(

View File

@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
..default() ..default()
}, },
..Default::default() ..Default::default()
}, InMainMenu)); },
InMainMenu,
));
commands.spawn(( commands.spawn((
TextBundle::from_section( TextBundle::from_section(

View File

@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
..default() ..default()
}, },
..Default::default() ..Default::default()
}, InMainMenu)); },
InMainMenu,
));
commands.spawn(( commands.spawn((
TextBundle::from_section( TextBundle::from_section(

View File

@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
..default() ..default()
}, },
..Default::default() ..Default::default()
}, InMainMenu)); },
InMainMenu,
));
commands.spawn(( commands.spawn((
TextBundle::from_section( TextBundle::from_section(

View File

@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
..default() ..default()
}, },
..Default::default() ..Default::default()
}, InMainMenu)); },
InMainMenu,
));
commands.spawn(( commands.spawn((
TextBundle::from_section( TextBundle::from_section(

View File

@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
..default() ..default()
}, },
..Default::default() ..Default::default()
}, InMainMenu)); },
InMainMenu,
));
commands.spawn(( commands.spawn((
TextBundle::from_section( TextBundle::from_section(