Skip to content

Commit ee1b901

Browse files
committed
minor code formatting
1 parent 2a44477 commit ee1b901

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,10 @@ void testMessageProcessing() {
194194
// Simulate receiving the message
195195
transport.simulateMessageEvent("""
196196
{
197-
"jsonrpc": "2.0",
198-
"method": "test-method",
199-
"id": "test-id",
200-
"params": {"key": "value"}
201-
}
197+
"jsonrpc": "2.0",
198+
"method": "test-method",
199+
"id": "test-id",
200+
"params": {"key": "value"} }
202201
""");
203202

204203
// Subscribe to messages and verify

0 commit comments

Comments
 (0)