Skip to content

Commit

Permalink
keep format consistent with original version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengzna committed Oct 28, 2024
1 parent 91df57a commit 52ca7af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public BinaryBackendEntry(HugeType type, byte[] bytes, boolean enablePartition)
}

// FIXME: `enablePartition` is unused here
public BinaryBackendEntry(HugeType type, byte[] bytes, boolean enablePartition,
boolean isOlap) {
public BinaryBackendEntry(HugeType type, byte[] bytes, boolean enablePartition, boolean isOlap) {
this(type, BytesBuffer.wrap(bytes).parseOlapId(type, isOlap));
}

Expand Down

0 comments on commit 52ca7af

Please sign in to comment.