Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingchun Lai committed Nov 29, 2024
1 parent cdb8ec5 commit b7fb2ef
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 b7fb2ef

Please sign in to comment.