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

@@ -12,7 +12,7 @@ pub enum Msg {
EnterViewMode,
EnterCommandMode,
SubmitCommand,
SubmitCommand { command: String },
Edit(EditMsg),
}