Fix formatting with cargo fmt
This commit is contained in:
parent
0245f289b2
commit
e6627bb96d
1 changed files with 1 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue