Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed May 12, 2023
1 parent af885cb commit dd8c70f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// FIXME[ao]: This code miss important documentation (e.g. for `Element`, `DragData` and `ListItem`)
// and may be unreadable at some places. It should be improved in several next debugging PRs.

use std::collections::hash_map::Entry;

use crate::prelude::*;

use crate::component::node::input::area::TEXT_SIZE;
Expand All @@ -14,6 +12,7 @@ use crate::component::node::input::widget::TransferRequest;
use crate::component::node::input::widget::TreeNode;
use crate::component::node::input::widget::WidgetIdentity;

use std::collections::hash_map::Entry;
use ensogl::control::io::mouse;
use ensogl::display;
use ensogl::display::object;
Expand Down

0 comments on commit dd8c70f

Please sign in to comment.