Skip to content

Commit fe2c84b

Browse files
committed
cargo fmt and merge main
1 parent 513f0ca commit fe2c84b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bottlecap/src/lifecycle/invocation/triggers/msk_event.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,9 @@ mod tests {
376376
Some("7431398482019833808")
377377
);
378378
assert_eq!(
379-
carrier.get("x-datadog-sampling-priority").map(String::as_str),
379+
carrier
380+
.get("x-datadog-sampling-priority")
381+
.map(String::as_str),
380382
Some("1")
381383
);
382384
}

0 commit comments

Comments
 (0)