Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Jun 13, 2024
1 parent 77b57e8 commit bf134a4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions yazi-dds/src/body/body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,15 @@ impl Body<'static> {
if matches!(
kind,
"hi"
| "hey" | "bye"
| "cd" | "hover"
| "hey"
| "bye"
| "cd"
| "hover"
| "rename"
| "bulk" | "yank"
| "move" | "trash"
| "bulk"
| "yank"
| "move"
| "trash"
| "delete"
) {
bail!("Cannot construct system event");
Expand Down

0 comments on commit bf134a4

Please sign in to comment.