apply toolkit fmt
This commit is contained in:
parent
31b9c3f643
commit
a043bc396d
|
@ -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,
|
||||||
},
|
}]
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user