Skip to content

Commit

Permalink
格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-xmh committed Nov 3, 2023
1 parent 2b00d23 commit f869292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scl-gui-widgets/src/widgets/on_notify.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use druid::{widget::prelude::*, Selector, WidgetPod, Point};
use druid::{widget::prelude::*, Point, Selector, WidgetPod};

type OnNotifyHandler<CT, WT> = Box<dyn Fn(&mut EventCtx, &CT, &mut WT)>;

Expand Down

0 comments on commit f869292

Please sign in to comment.