apply toolkit fmt

This commit is contained in:
amtoine 2023-03-12 11:47:12 +01:00
parent 31b9c3f643
commit a043bc396d
No known key found for this signature in database
GPG Key ID: 37AAE9B486CFF1AB

View File

@ -47,12 +47,10 @@ impl Command for Exit {
} }
fn examples(&self) -> Vec<Example> { fn examples(&self) -> Vec<Example> {
vec![ vec![Example {
Example {
description: "Exit the current shell", description: "Exit the current shell",
example: "exit", example: "exit",
result: None, result: None,
}, }]
]
} }
} }