Skip to content

Commit a043bc3

Browse files
committed
apply toolkit fmt
1 parent 31b9c3f commit a043bc3

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

  • crates/nu-command/src/shells

crates/nu-command/src/shells/exit.rs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ impl Command for Exit {
4747
}
4848

4949
fn examples(&self) -> Vec<Example> {
50-
vec![
51-
Example {
52-
description: "Exit the current shell",
53-
example: "exit",
54-
result: None,
55-
},
56-
]
50+
vec![Example {
51+
description: "Exit the current shell",
52+
example: "exit",
53+
result: None,
54+
}]
5755
}
5856
}

0 commit comments

Comments
 (0)