Skip to content

Commit 264ebb1

Browse files
committed
style: cargo fmt
1 parent 2e6b96d commit 264ebb1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • crates/openshell-sandbox/src

crates/openshell-sandbox/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,7 @@ pub async fn run_sandbox(
604604
}
605605
});
606606

607-
let ssh_socket_path: Option<std::path::PathBuf> =
608-
ssh_socket_path.map(std::path::PathBuf::from);
607+
let ssh_socket_path: Option<std::path::PathBuf> = ssh_socket_path.map(std::path::PathBuf::from);
609608
if let Some(listen_path) = ssh_socket_path.clone() {
610609
let policy_clone = policy.clone();
611610
let workdir_clone = workdir.clone();

0 commit comments

Comments
 (0)