Skip to content

Commit fee5705

Browse files
committed
fix: Fix code format
Signed-off-by: Sun Yuhan <[email protected]>
1 parent 1b87887 commit fee5705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/common/src/test/java/org/springframework/ai/mcp/SyncMcpToolCallbackTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class SyncMcpToolCallbackTests {
5151
@Test
5252
void getToolDefinitionShouldReturnCorrectDefinition() {
5353
var clientInfo = new Implementation("testClient", "1.0.0");
54-
54+
5555
when(this.tool.name()).thenReturn("testTool");
5656
when(this.tool.description()).thenReturn("Test tool description");
5757

0 commit comments

Comments
 (0)