We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toolkit fmt
1 parent 31b9c3f commit a043bc3Copy full SHA for a043bc3
1 file changed
crates/nu-command/src/shells/exit.rs
@@ -47,12 +47,10 @@ impl Command for Exit {
47
}
48
49
fn examples(&self) -> Vec<Example> {
50
- vec![
51
- Example {
52
- description: "Exit the current shell",
53
- example: "exit",
54
- result: None,
55
- },
56
- ]
+ vec![Example {
+ description: "Exit the current shell",
+ example: "exit",
+ result: None,
+ }]
57
58
0 commit comments