Skip to content

Commit 6b34ba4

Browse files
committed
chore: formatting
1 parent 5028f90 commit 6b34ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testnet/stacks-node/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ impl Config {
710710
for (i, (epoch_id, start_height)) in matched_epochs.iter().enumerate() {
711711
if epoch_id != &out_epochs[i].epoch_id {
712712
return Err(
713-
format!("Unmatched epochs in configuration and node implementation. Implemented = {epoch_id}, Configured = {}",
714-
&out_epochs[i].epoch_id));
713+
format!("Unmatched epochs in configuration and node implementation. Implemented = {epoch_id}, Configured = {}",
714+
&out_epochs[i].epoch_id));
715715
}
716716
// end_height = next epoch's start height || i64::max if last epoch
717717
let end_height = if i + 1 < matched_epochs.len() {

0 commit comments

Comments
 (0)