summaryrefslogtreecommitdiffstats
path: root/examples/tour/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tour/src/main.rs')
-rw-r--r--examples/tour/src/main.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/tour/src/main.rs b/examples/tour/src/main.rs
index c98ecea7..b0e87920 100644
--- a/examples/tour/src/main.rs
+++ b/examples/tour/src/main.rs
@@ -496,9 +496,7 @@ impl<'a> Step {
.padding(20)
.spacing(20)
.push(Text::new("You can change its size:"))
- .push(
- Text::new(format!("This text is {} pixels", size)).size(size),
- )
+ .push(Text::new(format!("This text is {} pixels", size)).size(size))
.push(Slider::new(
size_slider,
10..=70,