Skip to content

Commit bbaf6b8

Browse files
committed
f indentation
1 parent b767e99 commit bbaf6b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/routing/scoring.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1039,8 +1039,9 @@ impl ChannelLiquidity {
10391039
}
10401040
}
10411041

1042-
fn decayed_offset(&self, offset: u64, duration_since_epoch: Duration,
1043-
decay_params: ProbabilisticScoringDecayParameters
1042+
fn decayed_offset(
1043+
&self, offset: u64, duration_since_epoch: Duration,
1044+
decay_params: ProbabilisticScoringDecayParameters,
10441045
) -> u64 {
10451046
let half_life = decay_params.liquidity_offset_half_life.as_secs_f64();
10461047
if half_life != 0.0 {

0 commit comments

Comments
 (0)