Skip to content

Commit d4481b1

Browse files
committed
Formatting
1 parent ba41f7d commit d4481b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

orchestration/src/test/java/com/sap/ai/sdk/orchestration/spring/OrchestrationChatModelTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ void setup(WireMockRuntimeInfo server) {
6161
DefaultHttpDestination.builder(server.getHttpBaseUrl()).build();
6262
client = new OrchestrationChatModel(new OrchestrationClient(destination));
6363
defaultOptions =
64-
new OrchestrationChatOptions(
65-
new OrchestrationModuleConfig().withLlmConfig(GPT_4O));
64+
new OrchestrationChatOptions(new OrchestrationModuleConfig().withLlmConfig(GPT_4O));
6665
prompt = new Prompt("Hello World! Why is this phrase so famous?", defaultOptions);
6766
ApacheHttpClient5Accessor.setHttpClientCache(ApacheHttpClient5Cache.DISABLED);
6867
}

0 commit comments

Comments
 (0)