Skip to content

Commit

Permalink
fmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Sep 26, 2023
1 parent 7c002a4 commit 17e9cb0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions substrate/client/transaction-pool/src/revalidation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async fn batch_revalidate<Api: ChainApi>(
Err(e) => {
log::warn!(target: LOG_TARGET, "revalidation skipped at block {:?}: {:?}.", at, e);
return
},,,,
},
};

let mut invalid_hashes = Vec::new();
Expand Down Expand Up @@ -430,13 +430,7 @@ mod tests {
let uxt_hashes =
block_on(pool.submit_at(hash_of_block0, TransactionSource::External, vec![uxt0, uxt1]))
.expect("Should be valid")





.into_iter()

.map(|r| r.expect("Should be valid"))
.collect::<Vec<_>>();

Expand Down

0 comments on commit 17e9cb0

Please sign in to comment.