cargo fmt
This commit is contained in:
@@ -495,7 +495,7 @@ impl DaemonInterface for XpcDaemonInterface {
|
||||
}
|
||||
Message::Error(xpc_connection::MessageError::ConnectionInvalid) => {
|
||||
eprintln!("[kpcli] XPC connection invalid");
|
||||
break
|
||||
break;
|
||||
}
|
||||
other => {
|
||||
eprintln!("[kpcli] Unexpected XPC message: {:?}", other);
|
||||
|
||||
Reference in New Issue
Block a user