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> {
vec![
Example {
description: "Exit the current shell",
example: "exit",
result: None,
},
]
vec![Example {
description: "Exit the current shell",
example: "exit",
result: None,
}]
}
}