mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 18:42:20 +00:00
Improve use of whitespace
Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
parent
56c84178f2
commit
577262ccbf
@ -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(());
|
||||
|
Loading…
Reference in New Issue
Block a user