mirror of
https://github.com/starship/starship.git
synced 2024-11-24 17:23:49 +01:00
Run rustfmt
This commit is contained in:
parent
106bcb73bc
commit
4e1ae06622
13
src/main.rs
13
src/main.rs
@ -4,11 +4,10 @@ use clap::App;
|
||||
|
||||
fn main() {
|
||||
let matches = App::new("Starship")
|
||||
.about("The cross-platform prompt for astronauts. ✨🚀")
|
||||
// pull the version number from Cargo.toml
|
||||
.version(crate_version!())
|
||||
// pull the authors from Cargo.toml
|
||||
.author(crate_authors!())
|
||||
.get_matches();
|
||||
|
||||
.about("The cross-platform prompt for astronauts. ✨🚀")
|
||||
// pull the version number from Cargo.toml
|
||||
.version(crate_version!())
|
||||
// pull the authors from Cargo.toml
|
||||
.author(crate_authors!())
|
||||
.get_matches();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user