Skip to content

Commit ed4c2ee

Browse files
committed
chore: Run cargo fmt
1 parent 04864e4 commit ed4c2ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/client/src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ pub async fn connect(
103103

104104
#[cfg(windows)]
105105
{
106-
let client = tokio::net::windows::named_pipe::ClientOptions::new()
107-
.open(&path)
108-
.map_err(|e| std::io::Error::from(e))?;
109-
110-
Ok::<_, std::io::Error>(hyper_util::rt::TokioIo::new(client))
106+
let client = tokio::net::windows::named_pipe::ClientOptions::new()
107+
.open(&path)
108+
.map_err(|e| std::io::Error::from(e))?;
109+
110+
Ok::<_, std::io::Error>(hyper_util::rt::TokioIo::new(client))
111111
}
112112
}
113113
}))

0 commit comments

Comments
 (0)