From 385ced57a9234da7a915bab11aeacedbbe820fc5 Mon Sep 17 00:00:00 2001 From: ickshonpe Date: Fri, 11 Oct 2024 20:24:05 +0100 Subject: [PATCH] Removed trailing whitespaces --- examples/ui/text_debug.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ui/text_debug.rs b/examples/ui/text_debug.rs index 4c78284a211bf..26b3ac53dad43 100644 --- a/examples/ui/text_debug.rs +++ b/examples/ui/text_debug.rs @@ -117,7 +117,7 @@ fn infotext_system(mut commands: Commands, asset_server: Res) { "This text is very long, has a limited width, is center-justified, is positioned in the top right and is also colored pink."), TextFont { font: font.clone(), - font_size: 33.0, + font_size: 33.0, ..default() }, TextColor(Color::srgb(0.8, 0.2, 0.7)), @@ -184,7 +184,7 @@ fn infotext_system(mut commands: Commands, asset_server: Res) { TextSpan::new(" this text has zero fontsize"), TextFont { font: font.clone(), - font_size: 0.0, + font_size: 0.0, ..default() }, TextColor(BLUE.into()), @@ -202,7 +202,7 @@ fn infotext_system(mut commands: Commands, asset_server: Res) { TextSpan::default(), TextFont { font: font.clone(), - font_size: 21.0, + font_size: 21.0, ..default() }, TextColor(ORANGE_RED.into()),