mirror of
https://github.com/telemt/telemt.git
synced 2026-06-24 20:01:11 +03:00
Format
This commit is contained in:
@@ -44,7 +44,10 @@ fn light_fuzz_mixed_pairs_match_saturating_sub_contract() {
|
||||
|
||||
let expected = current.saturating_sub(previous);
|
||||
let actual = watchdog_delta(current, previous);
|
||||
assert_eq!(actual, expected, "delta mismatch for ({current}, {previous})");
|
||||
assert_eq!(
|
||||
actual, expected,
|
||||
"delta mismatch for ({current}, {previous})"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user