Skip to content

Commit 44787d4

Browse files
committed
minor code formatting
1 parent ee1b901 commit 44787d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mcp-spring/mcp-spring-webflux/src/test/java/io/modelcontextprotocol/client/transport/WebFluxSseClientTransportTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ void testMessageProcessing() {
197197
"jsonrpc": "2.0",
198198
"method": "test-method",
199199
"id": "test-id",
200-
"params": {"key": "value"} }
200+
"params": {"key": "value"}
201+
}
201202
""");
202203

203204
// Subscribe to messages and verify

0 commit comments

Comments
 (0)