Skip to content

Commit c0c56a1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void testMessageProcessing() {
197197
"jsonrpc": "2.0",
198198
"method": "test-method",
199199
"id": "test-id",
200-
"params": {"key": "value"}
200+
"params": {"key": "value"}
201201
}
202202
""");
203203

0 commit comments

Comments
 (0)