cargo fmt

This commit is contained in:
Michael Vines
2020-10-21 17:57:19 -07:00
parent d8c7d06737
commit 5ad0ccdfe1
26 changed files with 207 additions and 60 deletions

View File

@@ -175,7 +175,10 @@ pub mod test {
#[test]
fn test_dos() {
let nodes = [ContactInfo::new_localhost(&solana_sdk::pubkey::new_rand(), timestamp())];
let nodes = [ContactInfo::new_localhost(
&solana_sdk::pubkey::new_rand(),
timestamp(),
)];
let entrypoint_addr = nodes[0].gossip;
run_dos(
&nodes,