Skip to content

Commit 5fd5b21

Browse files
committed
Add line-break
1 parent d5faa83 commit 5fd5b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/sap/ai/sdk/core/AiCoreServiceKeyAccessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public List<ServiceBinding> getServiceBindings() throws ServiceBindingAccessExce
5656
return List.of();
5757
}
5858
final String logMessage =
59-
"Found a service key in environment variable {}.\nUsing a service key is recommended for local testing only.\nBind the AI Core service to the application for productive usage.";
59+
"Found a service key in environment variable {}.\nUsing a service key is recommended for local testing only.\nBind the AI Core service to the application for productive usage.\n";
6060
log.atLevel(logLevel).log(logMessage, ENV_VAR_KEY);
6161

6262
val binding = createServiceBinding(serviceKey);

0 commit comments

Comments
 (0)