Skip to content

Commit e9c9570

Browse files
committed
Minor formatting cleanup
1 parent 6d90fa7 commit e9c9570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Consumer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ PyTypeObject ConsumerType = {
582582

583583

584584
static void Consumer_rebalance_cb (rd_kafka_t *rk, rd_kafka_resp_err_t err,
585-
rd_kafka_topic_partition_list_t *c_parts,
586-
void *opaque) {
585+
rd_kafka_topic_partition_list_t *c_parts,
586+
void *opaque) {
587587
Consumer *self = opaque;
588588

589589
PyEval_RestoreThread(self->thread_state);

0 commit comments

Comments
 (0)