Skip to content

Commit 94a03f3

Browse files
committed
Formatting
1 parent 2dea10a commit 94a03f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class OrchestrationClient {
5757
.setMixInAnnotation(ChatMessage.class, JacksonMixins.NoneTypeInfoMixin.class);
5858
JACKSON.registerModule(module);
5959
}
60+
6061
static final ObjectMapper JACKSON = getOrchestrationObjectMapper();
6162

6263
@Nonnull private final Supplier<HttpDestination> destinationSupplier;

0 commit comments

Comments
 (0)