Skip to content

Commit 3ab1481

Browse files
committed
style format
1 parent 34fa1d2 commit 3ab1481

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/admin.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Baton AdminClient::CreatePartitions(
484484
Baton AdminClient::ListGroups(
485485
bool is_match_states_set,
486486
std::vector<rd_kafka_consumer_group_state_t> &match_states,
487-
bool is_match_types_set,
487+
bool is_match_types_set,
488488
std::vector<rd_kafka_consumer_group_type_t> &match_types, int timeout_ms,
489489
/* out */ rd_kafka_event_t **event_response) {
490490
if (!IsConnected()) {
@@ -1224,7 +1224,8 @@ NAN_METHOD(AdminClient::NodeListGroups) {
12241224

12251225
// Queue the work.
12261226
Nan::AsyncQueueWorker(new Workers::AdminClientListGroups(
1227-
callback, client, is_match_states_set, match_states, is_match_types_set, match_types, timeout_ms));
1227+
callback, client, is_match_states_set, match_states, is_match_types_set,
1228+
match_types, timeout_ms));
12281229
}
12291230

12301231
/**

0 commit comments

Comments
 (0)