mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-17 04:51:28 +03:00
formatting
This commit is contained in:
@@ -152,7 +152,9 @@ pub enum MacOSEmulationCreationError {
|
|||||||
impl Display for MacOSEmulationCreationError {
|
impl Display for MacOSEmulationCreationError {
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||||
match self {
|
match self {
|
||||||
MacOSEmulationCreationError::EventSourceCreation => write!(f, "could not create event source"),
|
MacOSEmulationCreationError::EventSourceCreation => {
|
||||||
|
write!(f, "could not create event source")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user