Skip to content

Commit b0f3772

Browse files
committed
Remove useless blanc lines.
1 parent d78b130 commit b0f3772

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

massa-models/src/settings.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,17 @@ impl Display for CompactConfig {
6363
self.operation_validity_periods
6464
)?;
6565
writeln!(f, " Periods per cycle: {}", self.periods_per_cycle)?;
66-
6766
writeln!(
6867
f,
6968
" Proof of stake lookback cycles: {}",
7069
self.pos_lookback_cycles
7170
)?;
72-
7371
writeln!(
7472
f,
7573
" Proof of stake lock cycles: {}",
7674
self.pos_lock_cycles
7775
)?;
78-
7976
writeln!(f, " Block reward: {}", self.block_reward)?;
80-
8177
writeln!(f, " Periods per cycle: {}", self.periods_per_cycle)?;
8278
Ok(())
8379
}

0 commit comments

Comments
 (0)