Skip to content

Commit 153fc69

Browse files
chore: run cargo fmt
1 parent 1b38e9c commit 153fc69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dash-spv/src/client/status_display.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ impl<'a> StatusDisplay<'a> {
5151
if with_logging {
5252
tracing::debug!(
5353
"Status display: storage_tip={}, sync_base={}, blockchain_height={}",
54-
storage_tip, state.sync_base_height, blockchain_height
54+
storage_tip,
55+
state.sync_base_height,
56+
blockchain_height
5557
);
5658
}
5759
blockchain_height

0 commit comments

Comments
 (0)