diff --git a/crates/epaint/src/text/text_layout_types.rs b/crates/epaint/src/text/text_layout_types.rs index 15a14eb84b9..fa02a971f2e 100644 --- a/crates/epaint/src/text/text_layout_types.rs +++ b/crates/epaint/src/text/text_layout_types.rs @@ -272,7 +272,7 @@ pub struct TextFormat { pub background: Color32, /// Amount to expand background fill by. - /// + /// /// Default: 1.0 pub expand_bg: f32,