Skip to content

Commit 01d9077

Browse files
Fmt Botgithub-actions[bot]
authored andcommitted
2025-06-29 automated rustfmt nightly
1 parent 2c18ec2 commit 01d9077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)