Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd committed Dec 4, 2023
1 parent 448912f commit 6b97ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConsumerConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void ConsumerConfig::InitConfig(const std::shared_ptr<ThreadSafeDeferred> deferr
}
pulsar_consumer_configuration_set_dlq_policy(this->cConsumerConfig.get(), &dlq_policy);
}

if (consumerConfig.Has(CFG_BATCH_RECEIVE_POLICY) &&
consumerConfig.Get(CFG_BATCH_RECEIVE_POLICY).IsObject()) {
Napi::Object propObj = consumerConfig.Get(CFG_BATCH_RECEIVE_POLICY).ToObject();
Expand Down

0 comments on commit 6b97ee8

Please sign in to comment.