Skip to content

Commit

Permalink
chore: fix cc format
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <[email protected]>
  • Loading branch information
dotnwat committed Sep 28, 2024
1 parent cdc37b7 commit 0af23a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cloud_topics/batcher/serializer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 0af23a0

Please sign in to comment.