Skip to content

Commit 34c404c

Browse files
committed
Formatting
1 parent 1f3b89e commit 34c404c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/test/java/com/sap/ai/sdk/core/client/DeploymentUnitTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,7 @@ void getDeploymentCount() {
337337
aResponse()
338338
.withStatus(HttpStatus.SC_OK)
339339
.withHeader("content-type", "application/json")
340-
.withBody(
341-
"""
340+
.withBody("""
342341
1
343342
""")));
344343

0 commit comments

Comments
 (0)