chore: make clippy happy
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-09 17:25:52 +02:00
parent c782578486
commit 81f1f8ee60
2 changed files with 9 additions and 18 deletions

View File

@@ -4,11 +4,8 @@ use ratatui::{
};
use crate::{
command_parser::{CommandParser, Commands},
commands::IntoCommand,
components::GraphExplorer,
state::SharedState,
Msg,
command_parser::CommandParser, commands::IntoCommand, components::GraphExplorer,
state::SharedState, Msg,
};
use self::{