Run cargo fmt
This commit is contained in:
parent
ff26fb7df4
commit
22d55ccecb
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ use crate::core::mouse;
|
|||
use crate::core::renderer;
|
||||
use crate::core::widget::tree::{self, Tree};
|
||||
use crate::core::{
|
||||
Clipboard, ContentFit, Element, Layout, Length, Pixels, Point, Radians, Rectangle,
|
||||
Shell, Size, Vector, Widget,
|
||||
Clipboard, ContentFit, Element, Layout, Length, Pixels, Point, Radians,
|
||||
Rectangle, Shell, Size, Vector, Widget,
|
||||
};
|
||||
|
||||
/// A frame that displays an image with the ability to zoom in/out and pan.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue