Skip to content

Commit

Permalink
fix clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Feb 26, 2025
1 parent 88dc7f8 commit 9b3f2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replica/replica.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ class replica : public serverlet<replica>, public ref_counter, public replica_ba
//
void reply_with_error(const mutation_ptr &mu, const error_code &err);

void send_prepare_message(const ::dsn::host_port &addr,
void send_prepare_message(const ::dsn::host_port &hp,
partition_status::type status,
const mutation_ptr &mu,
int timeout_milliseconds,
Expand Down

0 comments on commit 9b3f2ad

Please sign in to comment.