Skip to content

Commit c651cfe

Browse files
lym953claude
andcommitted
chore: fix cargo fmt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e6fa152 commit c651cfe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

bottlecap/src/traces/trace_processor.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,10 @@ impl TraceProcessor for ServerlessTraceProcessor {
399399
// Use the protobuf-encoded size of the filtered payload so the
400400
// TraceAggregator's 3.2 MB batch limit reflects only the data that
401401
// will actually be sent to the backend.
402-
tracer_payloads.iter().map(prost::Message::encoded_len).sum()
402+
tracer_payloads
403+
.iter()
404+
.map(prost::Message::encoded_len)
405+
.sum()
403406
} else {
404407
body_size
405408
};

0 commit comments

Comments
 (0)