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:
commit
6b8c5aaf9a
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue