mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Apply consistent formatting with cargo-fmt
This commit is contained in:
+1
-2
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user