Skip to content

Commit

Permalink
apply fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaTheBugMaker committed Nov 22, 2023
1 parent defc22c commit 32a62e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/src/overlay/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ use crate::renderer;
use crate::widget;

use crate::{
Clipboard, Event,IME, Layout, Overlay, Point, Rectangle, Shell, Size, Vector,
Clipboard, Event, Layout, Overlay, Point, Rectangle, Shell, Size, Vector,
IME,
};


/// An [`Overlay`] container that displays multiple overlay [`overlay::Element`]
/// children.
#[allow(missing_debug_implementations)]
Expand Down
4 changes: 3 additions & 1 deletion widget/src/lazy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ use crate::core::renderer;
use crate::core::widget::tree::{self, Tree};
use crate::core::widget::{self, Widget};
use crate::core::Element;
use crate::core::{self, Clipboard, Hasher, IME,Length, Point, Rectangle, Shell, Size, Vector};
use crate::core::{
self, Clipboard, Hasher, Length, Point, Rectangle, Shell, Size, Vector, IME,
};
use crate::runtime::overlay::Nested;

use ouroboros::self_referencing;
Expand Down
5 changes: 4 additions & 1 deletion widget/src/lazy/responsive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ use crate::core::overlay;
use crate::core::renderer;
use crate::core::widget;
use crate::core::widget::tree::{self, Tree};
use crate::core::{self, Clipboard, Element,IME, Length, Point, Rectangle, Shell, Size, Vector,Widget};
use crate::core::{
self, Clipboard, Element, Length, Point, Rectangle, Shell, Size, Vector,
Widget, IME,
};
use crate::horizontal_space;
use crate::runtime::overlay::Nested;

Expand Down

0 comments on commit 32a62e3

Please sign in to comment.