Run cargo fmt

This commit is contained in:
Vicki Pfau 2024-05-24 15:40:31 -07:00
parent 98f402c33c
commit 8769298416
2 changed files with 17 additions and 5 deletions

View file

@ -38,7 +38,7 @@ macro_rules! enum_on_off {
assert_eq!($enum::from_str("disable").unwrap(), $enum::$off);
assert_eq!($enum::from_str("disabled").unwrap(), $enum::$off);
assert_eq!($enum::from_str("0").unwrap(), $enum::$off);
}
};
}
pub fn start() -> TestHandle {