Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur committed Sep 12, 2024
1 parent 6c4b85f commit ddda94d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions masonry/src/widget/widget_pod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ use tracing::trace;

use crate::tree_arena::ArenaRefChildren;
use crate::widget::WidgetState;
use crate::{
InternalLifeCycle, LifeCycle, LifeCycleCtx, Widget,
WidgetId,
};
use crate::{InternalLifeCycle, LifeCycle, LifeCycleCtx, Widget, WidgetId};

// TODO - rewrite links in doc

Expand Down

0 comments on commit ddda94d

Please sign in to comment.