Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingchun Lai authored and acelyc111 committed Dec 5, 2024
1 parent 90ece7d commit ece0c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/meta_state_service_simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void meta_state_service_simple::write_log(blob &&log_blob,
CHECK(log_succeed, "we cannot handle logging failure now");
__err_cb_bind_and_enqueue(task, internal_operation(), 0);
}));
auto* continuation_task_ptr = continuation_task.get();
auto *continuation_task_ptr = continuation_task.get();
_task_queue.emplace(std::move(continuation_task));
_log_lock.unlock();

Expand Down

0 comments on commit ece0c52

Please sign in to comment.