Making code prettier :P

This commit is contained in:
mo8it
2024-08-26 22:03:09 +02:00
parent 74388d4bf4
commit 0f71a150ff
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -71,9 +71,7 @@ fn main() -> Result<()> {
}
match args.command {
Some(Subcommands::Init) => {
return init::init().context("Initialization failed");
}
Some(Subcommands::Init) => return init::init().context("Initialization failed"),
Some(Subcommands::Dev(dev_command)) => return dev_command.run(),
_ => (),
}