summaryrefslogtreecommitdiffstats
path: root/examples/tour
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tour')
-rw-r--r--examples/tour/src/main.rs7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/tour/src/main.rs b/examples/tour/src/main.rs
index 0c61add0..9a675168 100644
--- a/examples/tour/src/main.rs
+++ b/examples/tour/src/main.rs
@@ -1,8 +1,7 @@
use iced::{
- alignment, button, image::ContentFit, scrollable, slider, text_input,
- Button, Checkbox, Color, Column, Container, Element, Image, Length, Radio,
- Row, Sandbox, Scrollable, Settings, Slider, Space, Text, TextInput,
- Toggler,
+ alignment, button, scrollable, slider, text_input, Button, Checkbox, Color,
+ Column, Container, ContentFit, Element, Image, Length, Radio, Row, Sandbox,
+ Scrollable, Settings, Slider, Space, Text, TextInput, Toggler,
};
pub fn main() -> iced::Result {