Improve use of whitespace

Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
Emilia Hane 2023-02-07 11:06:49 +01:00 committed by Emilia Hane
parent 56c84178f2
commit 577262ccbf
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

View File

@ -1760,7 +1760,9 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
let should_prune_blobs = self.get_config().prune_blobs;
if !should_prune_blobs && !force {
debug!(self.log, "Blob pruning is disabled";
debug!(
self.log,
"Blob pruning is disabled";
"prune_blobs" => should_prune_blobs
);
return Ok(());