Skip to content

Commit c1c0494

Browse files
lym953claude
andcommitted
fix: apply cargo fmt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5fd4375 commit c1c0494

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

bottlecap/src/logs/lambda/processor.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,10 @@ impl LambdaProcessor {
663663
log.message.lambda.first_invocation = ctx.first_invocation;
664664
}
665665
if log.message.message.starts_with("END RequestId:") {
666-
log.message.lambda.durable_execution_status.clone_from(&ctx.execution_status);
666+
log.message
667+
.lambda
668+
.durable_execution_status
669+
.clone_from(&ctx.execution_status);
667670
}
668671
if let Ok(s) = serde_json::to_string(&log) {
669672
// explicitly drop log so we don't accidentally re-use it and push

0 commit comments

Comments
 (0)