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

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
adlrocha committed Oct 24, 2023
1 parent aab231a commit f066357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/cli/src/commands/subnet/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl CommandLineHandler for ListBootstraps {
for s in provider.list_bootstrap_nodes(&subnet).await? {
print!("{s},");
}
print!("\n");
println!();
Ok(())
}
}
Expand Down

0 comments on commit f066357

Please sign in to comment.