Skip to content

Commit 2b8eb34

Browse files
committed
style: fix formatting
Co-authored-by: Oleksandr Klymenko <[email protected]> Signed-off-by: Oleksandr Klymenko <[email protected]>
1 parent 41f5f77 commit 2b8eb34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-ai-model/src/test/java/org/springframework/ai/model/tool/DefaultToolCallingManagerTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ public String call(String toolInput) {
222222
.toolCallbackResolver(toolName -> {
223223
if ("tool1".equals(toolName)) {
224224
return toolCallback1;
225-
} if ("tool2".equals(toolName)) {
225+
}
226+
if ("tool2".equals(toolName)) {
226227
return toolCallback2;
227228
}
228229
return null;

0 commit comments

Comments
 (0)