Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis committed Oct 5, 2023
1 parent ae329b6 commit 7d7dabb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ private File makeIndexFiles(
mergers.add(
handler.makeMerger(
indexSpec,

segmentWriteOutMedium,
dimFormats.get(i).toColumnCapabilities(),
progress,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
import javax.annotation.Nullable;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.BitSet;
import java.util.List;

Expand Down

0 comments on commit 7d7dabb

Please sign in to comment.