Skip to content

Commit

Permalink
Merge rust-bitcoin#3959: Automated nightly rustfmt (2025-01-26)
Browse files Browse the repository at this point in the history
a3d2b2a 2025-01-26 automated rustfmt nightly (Fmt Bot)

Pull request description:

  Automated nightly `rustfmt` changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

ACKs for top commit:
  apoelstra:
    ACK a3d2b2a; successfully ran local tests

Tree-SHA512: 1058c96aacddb3f82ec6dafc8ce037965de9d21a2ec3b8973fa8e4e8385b347975b562b9eabd0536c1daa4ba9283529a34ead64d3568edf893f6d5fb2c8c05b1
  • Loading branch information
apoelstra committed Jan 26, 2025
2 parents 5714026 + a3d2b2a commit 6b8c5aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion primitives/src/locktime/absolute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ mod tests {

assert!(lock_time.is_satisfied_by(height, day_after));
assert!(!lock_time.is_satisfied_by(height, day_before));

}

#[test]
Expand Down

0 comments on commit 6b8c5aa

Please sign in to comment.