We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6b96d commit 264ebb1Copy full SHA for 264ebb1
1 file changed
crates/openshell-sandbox/src/lib.rs
@@ -604,8 +604,7 @@ pub async fn run_sandbox(
604
}
605
});
606
607
- let ssh_socket_path: Option<std::path::PathBuf> =
608
- ssh_socket_path.map(std::path::PathBuf::from);
+ let ssh_socket_path: Option<std::path::PathBuf> = ssh_socket_path.map(std::path::PathBuf::from);
609
if let Some(listen_path) = ssh_socket_path.clone() {
610
let policy_clone = policy.clone();
611
let workdir_clone = workdir.clone();
0 commit comments