mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-16 11:16:45 -04:00
Run cargo fmt
This commit is contained in:
parent
98f402c33c
commit
8769298416
2 changed files with 17 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue