Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-sdk-js committed Oct 16, 2024
1 parent bb2ae4c commit 642f388
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/main/java/com/sap/ai/sdk/core/AiCoreService.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ public class AiCoreService implements AiCoreDestination {

/** The default constructor. */
public AiCoreService() {
this(
AiCoreService::getApiClient,
AiCoreService::getDestinationBuilder,
"default",
"");
this(AiCoreService::getApiClient, AiCoreService::getDestinationBuilder, "default", "");
baseDestinationHandler = AiCoreService::getBaseDestination;
}

Expand Down

0 comments on commit 642f388

Please sign in to comment.