Skip to content

Commit 1be2baf

Browse files
committed
spotless
1 parent d3aa8b5 commit 1be2baf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/michelin/ns4kafka/service/SchemaServiceTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,7 @@ void shouldExtractRecordNameFromUnion() {
673673
Namespace namespace = buildNamespace();
674674
Schema schema = Schema.builder()
675675
.spec(Schema.SchemaSpec.builder()
676-
.schema(
677-
"""
676+
.schema("""
678677
{
679678
"type": "record",
680679
"namespace": "com.michelin.kafka.avro",

0 commit comments

Comments
 (0)