Skip to content

Commit d927204

Browse files
author
tianzhu.wen
committed
Apply the spotless.
1 parent 3bc6636 commit d927204

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parquet/src/test/java/org/apache/iceberg/parquet/TestParquet.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ private org.apache.avro.Schema createAvroSchemaWithoutIds() {
314314
org.apache.avro.Schema.create(org.apache.avro.Schema.Type.NULL),
315315
org.apache.avro.Schema.create(org.apache.avro.Schema.Type.STRING))),
316316
null,
317-
org.apache.avro.JsonProperties.NULL_VALUE
318-
)));
317+
org.apache.avro.JsonProperties.NULL_VALUE)));
319318

320319
org.apache.avro.Schema middleStructSchema =
321320
org.apache.avro.Schema.createRecord("middle_struct_type", null, null, false);

0 commit comments

Comments
 (0)