Format code

This commit is contained in:
Olivier 'reivilibre' 2021-06-26 20:19:55 +01:00
parent 3a5f866782
commit 343e6332d7
1 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
use iced::{
button, scrollable, slider, text_input, Button, Checkbox, Color, Column,
Container, Element, HorizontalAlignment, Length, Radio, Row,
Sandbox, Scrollable, Settings, Slider, Space, Text, TextInput, Toggler,
Container, Element, HorizontalAlignment, Length, Radio, Row, Sandbox,
Scrollable, Settings, Slider, Space, Text, TextInput, Toggler,
};
pub fn main() -> iced::Result {
@ -705,9 +705,7 @@ fn ferris<'a>(_width: u16) -> Container<'a, StepMessage> {
Container::new(
// This should go away once we unify resource loading on native
// platforms
Text::new(
"sorry ferris, you can't come out in glow.",
)
Text::new("sorry ferris, you can't come out in glow."),
)
.width(Length::Fill)
.center_x()