Fix formatting.

Paul Bender 2025-10-12 14:21:18 -07:00
parent b803d3b4d3
commit 97db2af80e
1 changed files with 1 additions and 2 deletions

View File

@ -456,8 +456,7 @@ macro_rules! dt_test {
#[test]
fn get_time_invalid_century() {
let transactions =
$mac_trans_read!(MONTH, [0 | BitFlags::CENTURY], [0]);
let transactions = $mac_trans_read!(MONTH, [0 | BitFlags::CENTURY], [0]);
let mut dev = $create_method(&transactions);
assert_invalid_device_century!(dev.time());
$destroy_method(dev);