Skip to content

Commit 4e869b7

Browse files
Fmt Botgithub-actions[bot]
authored andcommitted
2025-06-29 automated rustfmt nightly
1 parent ad40e69 commit 4e869b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitcoin/src/blockdata/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ impl InputWeightPrediction {
11421142

11431143
/// Computes the **signature weight** added to a transaction by an input with this weight prediction,
11441144
/// not counting the prevout (txid, index), sequence, potential witness flag bytes or the witness count varint.
1145-
///
1145+
///
11461146
/// This function's internal arithmetic saturates at u32::MAX, so the return value of this
11471147
/// function may be inaccurate for extremely large witness predictions.
11481148
///

units/src/locktime/relative.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ mod tests {
313313
let locktime = NumberOf512Seconds::from_512_second_intervals(intervals);
314314
assert_eq!(locktime.to_512_second_intervals(), intervals);
315315
}
316-
316+
317317
#[test]
318318
fn from_seconds_ceil_success() {
319319
let actual = NumberOf512Seconds::from_seconds_ceil(100).unwrap();

0 commit comments

Comments
 (0)