Skip to content

Commit aed1c0e

Browse files
committed
fix: format
1 parent d863bd1 commit aed1c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/java-client-operate/src/test/java/io/camunda/operate/http/DefaultErrorCodeHandlerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DefaultErrorCodeHandlerTest {
1515
@Test
1616
void shouldReadError() throws IOException {
1717
String body =
18-
"""
18+
"""
1919
{ "message": "This is an error!"}
2020
""";
2121
InputStream in = new ByteArrayInputStream(body.getBytes());
@@ -34,7 +34,7 @@ void shouldReadError() throws IOException {
3434
@Test
3535
void shouldAppendReasonPhrase() throws IOException {
3636
String body =
37-
"""
37+
"""
3838
{ "message": "This is an error!"}
3939
""";
4040
InputStream in = new ByteArrayInputStream(body.getBytes());

0 commit comments

Comments
 (0)