Skip to content

Commit 12bacca

Browse files
kellenclairemcginty
authored andcommitted
javafmt
1 parent 566bcd3 commit 12bacca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scio-parquet/src/main/java/com/spotify/scio/parquet/avro/ParquetAvroFileBasedSink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected void prepareWrite(WritableByteChannel channel) throws Exception {
119119
BeamOutputFile outputFile = BeamOutputFile.of(channel);
120120
Configuration configuration = conf.get();
121121
AvroParquetWriter.Builder<T> builder =
122-
AvroParquetWriter.<T>builder(outputFile).withSchema(schema);
122+
AvroParquetWriter.<T>builder(outputFile).withSchema(schema);
123123
writer = WriterUtils.build(builder, configuration, compression, extraMetadata);
124124
}
125125

0 commit comments

Comments
 (0)