Skip to content

Commit 724a57c

Browse files
committed
Apply cargo fmt for consistent code style
1 parent 1e36a4a commit 724a57c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/widget/font.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
//! font-related styling constants for convenience.
66
77
use iced_core::{
8-
font::{Family, Stretch, Style, Weight},
98
Font,
9+
font::{Family, Stretch, Style, Weight},
1010
};
1111

1212
/// A builder for creating `iced::Font` instances.
@@ -62,9 +62,9 @@ impl FontBuilder {
6262
/// Helper functions and constants for styling widgets.
6363
pub mod style {
6464
use iced_core::{
65+
Color, Font, Theme,
6566
font::{Style, Weight},
6667
widget::text,
67-
Color, Font, Theme,
6868
};
6969

7070
/// A bold version of the default font.

0 commit comments

Comments
 (0)