Skip to content

Commit

Permalink
run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaczanowski committed Oct 16, 2023
1 parent 652b896 commit 1d52fd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commands/softsign/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ impl Runnable for ImportCommand {
status_err!("{}", e);
process::exit(1);
});
info!("Imported Secp256k1 private key to {}", output_path.display());
info!(
"Imported Secp256k1 private key to {}",
output_path.display()
);
}
_ => unreachable!("unsupported priv_validator.json algorithm"),
}
Expand Down

0 comments on commit 1d52fd0

Please sign in to comment.