Skip to content

Commit

Permalink
follow clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lupengfan1 committed Nov 27, 2024
1 parent bf11580 commit 17a00a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/replica/replica_2pc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ void replica::on_client_write(dsn::message_ex *request, bool ignore_throttling)
_bulk_load_ingestion_start_time_ms = dsn_now_ms();
}


LOG_DEBUG_PREFIX("got write request from {}", request->header->from_address);
auto mu = _primary_states.write_queue.add_work(request->rpc_code(), request, this);
if (mu) {
Expand Down

0 comments on commit 17a00a7

Please sign in to comment.