Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Feb 28, 2024
1 parent c1435de commit c55d3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/scroll_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c55d3e9

Please sign in to comment.