mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
add space after :
This commit is contained in:
@@ -492,7 +492,7 @@ pub mod client {
|
|||||||
"--portable-service",
|
"--portable-service",
|
||||||
) {
|
) {
|
||||||
*SHMEM.lock().unwrap() = None;
|
*SHMEM.lock().unwrap() = None;
|
||||||
bail!("Failed to run portable service process:{}", e);
|
bail!("Failed to run portable service process: {}", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
StartPara::Logon(username, password) => {
|
StartPara::Logon(username, password) => {
|
||||||
@@ -535,7 +535,7 @@ pub mod client {
|
|||||||
"--portable-service",
|
"--portable-service",
|
||||||
) {
|
) {
|
||||||
*SHMEM.lock().unwrap() = None;
|
*SHMEM.lock().unwrap() = None;
|
||||||
bail!("Failed to run portable service process:{}", e);
|
bail!("Failed to run portable service process: {}", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user