Skip to content

Commit

Permalink
apply format
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen committed Jul 28, 2023
1 parent 84e26ae commit 28c7415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/compaction/compaction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@ std::unique_ptr<SstPartitioner> Compaction::CreateSstPartitioner() const {
context.output_level = output_level_;
context.smallest_user_key = smallest_user_key_;
context.largest_user_key = largest_user_key_;
std::tie(context.output_next_level_boundaries, context.output_next_level_size) =
std::tie(context.output_next_level_boundaries,
context.output_next_level_size) =
CreateSegmentsForLevel(output_level_ + 1);
return immutable_options_.sst_partitioner_factory->CreatePartitioner(context);
}
Expand Down

0 comments on commit 28c7415

Please sign in to comment.