Skip to content

Commit e402f75

Browse files
committed
Formatting
1 parent 1d3c125 commit e402f75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mcp/src/main/java/io/modelcontextprotocol/client/transport/StdioClientTransport.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ public Mono<Void> closeGracefully() {
367367
})).doOnNext(process -> {
368368
if (process.exitValue() != 0) {
369369
logger.warn("Process terminated with code " + process.exitValue());
370-
} else {
370+
}
371+
else {
371372
logger.info("MCP server process stopped");
372373
}
373374
}).then(Mono.fromRunnable(() -> {

0 commit comments

Comments
 (0)