Skip to content

Commit 43dab53

Browse files
committed
fix import indentation
1 parent 11786dd commit 43dab53

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

driver-benchmarks/src/main/com/mongodb/benchmark/benchmarks/RawBsonArrayEncodingBenchmark.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
package com.mongodb.benchmark.benchmarks;
1919

20-
import org.bson.BsonArray;import org.bson.BsonDocument;
20+
import org.bson.BsonArray;
21+
import org.bson.BsonDocument;
2122
import org.bson.RawBsonDocument;
2223
import org.bson.codecs.BsonDocumentCodec;
2324

@@ -52,4 +53,4 @@ public void setUp() throws IOException {
5253
public int getBytesPerRun() {
5354
return documentBytes.length * NUM_INTERNAL_ITERATIONS;
5455
}
55-
}
56+
}

0 commit comments

Comments
 (0)