Skip to content

Commit 2293fdc

Browse files
committed
Formatting
1 parent cf59964 commit 2293fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Object llamaGuardInputFiltering(
193193
var msg =
194194
"[Http %d] Failed to obtain a response as the content was flagged by input filter. "
195195
.formatted(e.getStatusCode());
196-
if(e.getLlamaGuard38b() != null){
196+
if (e.getLlamaGuard38b() != null) {
197197
msg += " Violent crimes are %s".formatted(e.getLlamaGuard38b().isViolentCrimes());
198198
}
199199
log.debug(msg, e);

0 commit comments

Comments
 (0)