Merge rust-bitcoin/rust-bitcoin#3959: Automated nightly rustfmt (2025-01-26)

a3d2b2a93a 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 a3d2b2a93ac8daecb9dc6670c2dcccd24d428b28; successfully ran local tests

Tree-SHA512: 1058c96aacddb3f82ec6dafc8ce037965de9d21a2ec3b8973fa8e4e8385b347975b562b9eabd0536c1daa4ba9283529a34ead64d3568edf893f6d5fb2c8c05b1
This commit is contained in:
merge-script 2025-01-26 20:23:42 +00:00
commit 6b8c5aaf9a
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 0 additions and 1 deletions

View File

@ -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]