Skip to content

Commit

Permalink
fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangheihei committed Oct 19, 2024
1 parent 616c843 commit 303057f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/storage/compaction_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ class CompactionManager {

~CompactionManager() = default;

void init_max_task_num(int32_t num);

void stop();

void init_max_task_num(int32_t num);

size_t candidates_size() {
std::lock_guard lg(_candidates_mutex);
return _compaction_candidates.size();
Expand Down

0 comments on commit 303057f

Please sign in to comment.