From 0af23a0aa72e30edf924107eb8d3c034d90616c3 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Sat, 28 Sep 2024 14:54:33 -0700 Subject: [PATCH] chore: fix cc format Signed-off-by: Noah Watkins --- src/v/cloud_topics/batcher/serializer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v/cloud_topics/batcher/serializer.cc b/src/v/cloud_topics/batcher/serializer.cc index 5e467b471af8b..a3a2b2907b23d 100644 --- a/src/v/cloud_topics/batcher/serializer.cc +++ b/src/v/cloud_topics/batcher/serializer.cc @@ -38,7 +38,7 @@ struct serializing_consumer { auto offset = _output.size_bytes(); auto base = batch.base_offset(); auto num_records = batch.header().record_count; - //vlog(cd_log.trace, "serializing consumer batch: {}", batch); + // vlog(cd_log.trace, "serializing consumer batch: {}", batch); auto hdr_iobuf = storage::batch_header_to_disk_iobuf(batch.header()); auto rec_iobuf = std::move(batch).release_data();