chore(table): format code
This commit is contained in:
parent
61c0fc7543
commit
8bce57ed83
5 changed files with 13 additions and 13 deletions
|
|
@ -4,8 +4,8 @@
|
|||
use slotmap::{SecondaryMap, SparseSecondaryMap};
|
||||
|
||||
use super::{
|
||||
category::{ItemCategory, ItemInterface},
|
||||
Entity, Model, Selectable,
|
||||
category::{ItemCategory, ItemInterface},
|
||||
};
|
||||
|
||||
/// A newly-inserted item which may have additional actions applied to it.
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
//! Describes logic specific to the single-select and multi-select modes of a model.
|
||||
|
||||
use super::{
|
||||
category::{ItemCategory, ItemInterface},
|
||||
Entity, Model,
|
||||
category::{ItemCategory, ItemInterface},
|
||||
};
|
||||
use std::collections::HashSet;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue