From 577262ccbf5f0864e65c3234dc610ec723362bb3 Mon Sep 17 00:00:00 2001 From: Emilia Hane <58548332+emhane@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:06:49 +0100 Subject: [PATCH] Improve use of whitespace Co-authored-by: Michael Sproul --- beacon_node/store/src/hot_cold_store.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 2cffa4571..5f15fb84b 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -1760,7 +1760,9 @@ impl, Cold: ItemStore> HotColdDB 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(());