From c55d3e9556861fbd37f9d0971188c5bef957ccc8 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Wed, 28 Feb 2024 13:08:59 +1300 Subject: [PATCH] Cargo fmt --- src/widget/scroll_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/scroll_view.rs b/src/widget/scroll_view.rs index af66490f9..6514d8862 100644 --- a/src/widget/scroll_view.rs +++ b/src/widget/scroll_view.rs @@ -17,8 +17,8 @@ //! There's a lot more functionality in the Druid version, including //! control over scrolling axes, ability to scroll to content, etc. -use crate::Axis; use crate::id::Id; +use crate::Axis; use glazier::kurbo::Vec2; use vello::kurbo::{Affine, Size}; use vello::peniko::Mix;