Skip to content

Commit ece0c52

Browse files
Yingchun Laiacelyc111
Yingchun Lai
authored andcommitted
fmt
1 parent 90ece7d commit ece0c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meta/meta_state_service_simple.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void meta_state_service_simple::write_log(blob &&log_blob,
9393
CHECK(log_succeed, "we cannot handle logging failure now");
9494
__err_cb_bind_and_enqueue(task, internal_operation(), 0);
9595
}));
96-
auto* continuation_task_ptr = continuation_task.get();
96+
auto *continuation_task_ptr = continuation_task.get();
9797
_task_queue.emplace(std::move(continuation_task));
9898
_log_lock.unlock();
9999

0 commit comments

Comments
 (0)