Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd committed Jun 12, 2023
1 parent f10c046 commit ce30ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConsumerConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ ConsumerConfig::ConsumerConfig(const Napi::Object &consumerConfig, pulsar_messag
if (consumerConfig.Has(CFG_BATCH_INDEX_ACK_ENABLED) &&
consumerConfig.Get(CFG_BATCH_INDEX_ACK_ENABLED).IsBoolean()) {
bool batchIndexAckEnabled = consumerConfig.Get(CFG_BATCH_INDEX_ACK_ENABLED).ToBoolean();
pulsar_consumer_configuration_set_batch_index_ack_enabled(
this->cConsumerConfig.get(), batchIndexAckEnabled);
pulsar_consumer_configuration_set_batch_index_ack_enabled(this->cConsumerConfig.get(),
batchIndexAckEnabled);
}
}

Expand Down

0 comments on commit ce30ac7

Please sign in to comment.