Skip to content

Commit bfc3edc

Browse files
committed
cargo fmt
1 parent 19c5c7f commit bfc3edc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testnet/stacks-node/src/neon_node.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,8 @@ fn spawn_peer(
649649

650650
if mblock_deadline < get_epoch_time_ms() {
651651
results_with_data.push_back(RelayerDirective::RunMicroblockTenure);
652-
mblock_deadline = get_epoch_time_ms() + (config.node.microblock_frequency as u128);
652+
mblock_deadline =
653+
get_epoch_time_ms() + (config.node.microblock_frequency as u128);
653654
}
654655

655656
while let Some(next_result) = results_with_data.pop_front() {

0 commit comments

Comments
 (0)