Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMichaelTDM committed Oct 15, 2024
1 parent d195479 commit 0fde33f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tui/src/ui/components/content_view/views/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pub trait ItemViewProps {
///
/// Returns an error if the tree items cannot be created, e.g. duplicate ids
fn tree_items(&self) -> Result<Vec<CheckTreeItem<String>>, std::io::Error>;

}

pub trait SortableView {
Expand Down

0 comments on commit 0fde33f

Please sign in to comment.