Private
Public Access
1
0

cargo fmt

This commit is contained in:
2025-08-24 16:20:14 -07:00
parent 28738a1e92
commit f239d1de19
4 changed files with 183 additions and 47 deletions

View File

@@ -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);