Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed May 3, 2024
1 parent 440791f commit ebe83d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pub(crate) mod build;
pub(crate) mod call;
pub(crate) mod install;
pub(crate) mod new;
pub(crate) mod test;
pub(crate) mod up;
pub(crate) mod install;
2 changes: 1 addition & 1 deletion crates/pop-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum Commands {
Test(commands::test::TestArgs),
/// Install prerequisites for Substrate development
#[clap(alias = "i")]
Install(commands::install::InstallArgs)
Install(commands::install::InstallArgs),
}

#[tokio::main]
Expand Down

0 comments on commit ebe83d1

Please sign in to comment.