chore(table): format code

This commit is contained in:
Michael Aaron Murphy 2025-03-26 16:32:33 +01:00 committed by Michael Murphy
parent 61c0fc7543
commit 8bce57ed83
5 changed files with 13 additions and 13 deletions

View file

@ -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.

View file

@ -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;