Updates to asusctl cli app

This commit is contained in:
Luke D. Jones
2021-08-28 11:47:01 +12:00
parent c6cc304a42
commit ccfadc2fcb
3 changed files with 16 additions and 15 deletions

View File

@@ -32,4 +32,4 @@ impl From<std::io::Error> for ProfileError {
fn from(err: std::io::Error) -> Self {
ProfileError::Io(err)
}
}
}