diff options
author | 2024-03-18 18:24:57 -0300 | |
---|---|---|
committer | 2024-03-18 18:24:57 -0300 | |
commit | 8ed62541af8cd16760b59d8f0a49d619d78f592e (patch) | |
tree | 83736da592bb41b487ef21ff13c10470ac22656c /examples/integration | |
parent | db7d8680ce198439921c8856b2d6d0ccfa4d66ff (diff) | |
download | iced-8ed62541af8cd16760b59d8f0a49d619d78f592e.tar.gz iced-8ed62541af8cd16760b59d8f0a49d619d78f592e.tar.bz2 iced-8ed62541af8cd16760b59d8f0a49d619d78f592e.zip |
fix: run `cargo fmt`
Diffstat (limited to 'examples/integration')
-rw-r--r-- | examples/integration/src/controls.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/integration/src/controls.rs b/examples/integration/src/controls.rs index 5359d54f..1958b2f3 100644 --- a/examples/integration/src/controls.rs +++ b/examples/integration/src/controls.rs @@ -78,9 +78,7 @@ impl Program for Controls { container( column![ text("Background color").color(Color::WHITE), - text!("{background_color:?}") - .size(14) - .color(Color::WHITE), + text!("{background_color:?}").size(14).color(Color::WHITE), text_input("Placeholder", &self.input) .on_input(Message::InputChanged), sliders, |