Skip to content

Commit dd8bc5a

Browse files
committed
style(bigquery): format ArrowDeserializerTest with fmt-maven-plugin
1 parent 9dc95e7 commit dd8bc5a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

java-bigquery/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/ArrowDeserializerTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package com.google.cloud.bigquery;
1818

1919
import static org.junit.jupiter.api.Assertions.assertEquals;
20-
import static org.junit.jupiter.api.Assertions.assertNotNull;
2120
import static org.junit.jupiter.api.Assertions.assertNull;
2221
import static org.junit.jupiter.api.Assertions.fail;
2322

@@ -126,8 +125,7 @@ public void testDeserializeRecordBatchPrimitives() throws IOException {
126125
tsVector.setValueCount(2);
127126

128127
List<FieldVector> vectors =
129-
ImmutableList.of(
130-
intVector, nameVector, scoreVector, activeVector, bytesVector, tsVector);
128+
ImmutableList.of(intVector, nameVector, scoreVector, activeVector, bytesVector, tsVector);
131129

132130
try (VectorSchemaRoot root = new VectorSchemaRoot(vectors)) {
133131
Schema arrowSchema = root.getSchema();

0 commit comments

Comments
 (0)