Skip to content

Commit 1a0491e

Browse files
committed
style: fix rustfmt formatting in stdio transport
https://claude.ai/code/session_01FqgQw173URiGuGzfULZira
1 parent 36063ff commit 1a0491e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • crates/mcpmux-gateway/src/pool/transport

crates/mcpmux-gateway/src/pool/transport/stdio.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,7 @@ impl Transport for StdioTransport {
316316
self.server_id.clone(),
317317
);
318318

319-
self.connect_with_stderr(&command_path, stderr_write)
320-
.await
319+
self.connect_with_stderr(&command_path, stderr_write).await
321320
}
322321

323322
fn transport_type(&self) -> TransportType {

0 commit comments

Comments
 (0)