Skip to content

Commit 62e590c

Browse files
committed
Formatting
1 parent add6945 commit 62e590c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/OrchestrationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,7 @@ void testLocalPromptTemplate() throws IOException {
381381
@Test
382382
void testStreamingErrorHandlingTemplate() {
383383
val template = Message.user("Bad template: {{?language!@#$}}");
384-
val templatingConfig =
385-
TemplateConfig.create().withMessages(template);
384+
val templatingConfig = TemplateConfig.create().withMessages(template);
386385
val configWithTemplate = config.withTemplateConfig(templatingConfig);
387386
val inputParams = Map.of("language", "German");
388387
val prompt = new OrchestrationPrompt(inputParams);

0 commit comments

Comments
 (0)