Apply consistent formatting with cargo-fmt

This commit is contained in:
Anthony Oteri
2023-09-13 21:45:37 -04:00
parent 74b2f87e51
commit 957b0bb2cc
5 changed files with 17 additions and 15 deletions
+1 -2
View File
@@ -59,7 +59,6 @@ pub enum Commands {
#[derive(Debug, Args)]
pub struct RepoArgs {
#[command(subcommand)]
pub command: RepoCommands,
}
@@ -67,4 +66,4 @@ pub struct RepoArgs {
#[derive(Debug, Subcommand)]
pub enum RepoCommands {
List,
}
}