Skip to content

Commit 858ff3c

Browse files
committed
fmt
1 parent d0aefb5 commit 858ff3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

chain/src/bin/setup.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,9 @@ fn generate_local(
339339
println!("To start validators, run:");
340340
for (name, peer_config_file, _) in &configurations {
341341
let path = format!("{output}/{peer_config_file}");
342-
let command =
343-
format!("cargo run --release --bin {BINARY_NAME} -- --peers={peers_path} --config={path}");
342+
let command = format!(
343+
"cargo run --release --bin {BINARY_NAME} -- --peers={peers_path} --config={path}"
344+
);
344345
println!("{name}: {command}");
345346
}
346347
println!("To view metrics, run:");

0 commit comments

Comments
 (0)