Skip to content

Commit a0c2a13

Browse files
Fmt Botgithub-actions[bot]
Fmt Bot
authored andcommitted
2025-05-11 automated rustfmt nightly
1 parent e43c574 commit a0c2a13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

units/src/fee.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,7 @@ mod tests {
345345

346346
#[test]
347347
fn fee_wu() {
348-
let operation = FeeRate::from_sat_per_kwu(10)
349-
.to_fee(Weight::MAX)
350-
.unwrap_err()
351-
.operation();
348+
let operation = FeeRate::from_sat_per_kwu(10).to_fee(Weight::MAX).unwrap_err().operation();
352349
assert!(operation.is_multiplication());
353350

354351
let fee_rate = FeeRate::from_sat_per_vb(2).unwrap();

0 commit comments

Comments
 (0)