Skip to content

Commit bdc4d8a

Browse files
committed
f indentation
1 parent 3b2333f commit bdc4d8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/routing/scoring.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,8 +1064,9 @@ impl<T: Time> ChannelLiquidity<T> {
10641064
}
10651065
}
10661066

1067-
fn decayed_offset(&self, offset: u64, duration_since_epoch: Duration,
1068-
decay_params: ProbabilisticScoringDecayParameters
1067+
fn decayed_offset(
1068+
&self, offset: u64, duration_since_epoch: Duration,
1069+
decay_params: ProbabilisticScoringDecayParameters,
10691070
) -> u64 {
10701071
let half_life = decay_params.liquidity_offset_half_life.as_secs_f64();
10711072
if half_life != 0.0 {

0 commit comments

Comments
 (0)