Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
fmt and cargo lock
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Sep 25, 2023
1 parent 87424cb commit 3b20480
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions crates/node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,13 @@ impl SubstrateCli for Cli {
}

fn get_madara_path_string(cli: &Cli) -> String {
cli
.run
cli.run
.madara_path
.clone()
.expect("`madara_path` expected to be set with clap default value")
.into_os_string()
.into_string()
.expect("Failed to convert `madara_path` to string")
.into_os_string()
.into_string()
.expect("Failed to convert `madara_path` to string")
}

fn set_dev_environment(cli: &mut Cli) {
Expand Down

0 comments on commit 3b20480

Please sign in to comment.