chore: fix styles

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-09 12:07:23 +02:00
parent ed5a5db7c5
commit 7cead58ed3
4 changed files with 38 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ impl<'a> App<'a> {
self.command = Some(CommandBarState::default());
self.mode = Mode::Command
}
Msg::SubmitCommand => {
Msg::SubmitCommand { command } => {
tracing::info!("submitting command");
self.command = None;