cargo fmt

This commit is contained in:
Michael Vines
2021-02-18 23:29:31 -08:00
parent 5404e6aed0
commit fd3b71a2c6
3 changed files with 9 additions and 5 deletions

View File

@ -2507,9 +2507,9 @@ pub(crate) mod tests {
assert_matches!(
res,
Err(
BlockstoreProcessorError::FailedToLoadEntries(BlockstoreError::InvalidShredData(_)),
)
Err(BlockstoreProcessorError::FailedToLoadEntries(
BlockstoreError::InvalidShredData(_)
),)
);
}