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

@@ -1249,8 +1249,11 @@ pub(crate) mod tests {
.process_transaction(&past_bank_tx)
.unwrap();
let next_bank =
Bank::new_from_parent(&bank_forks.banks[&0].clone(), &solana_sdk::pubkey::new_rand(), 1);
let next_bank = Bank::new_from_parent(
&bank_forks.banks[&0].clone(),
&solana_sdk::pubkey::new_rand(),
1,
);
bank_forks.insert(next_bank);
bank_forks