Skip to content

Commit c06cdd8

Browse files
committed
format after web-editor merge
1 parent 66b6d80 commit c06cdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_tracing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ SENTRY_TEST(propagation_context_init)
16991699

17001700
const char *tx_trace_id = sentry_value_as_string(
17011701
sentry_value_get_by_key(tx->inner, "trace_id"));
1702-
1702+
17031703
// on SDK init, the `propagation_context` is initialized with a `trace_id`
17041704
// and `span_id`. Unless `sentry_set_trace()` has been called, which means
17051705
// the SDK no longer manages traces, the `trace_id` will be used for all

0 commit comments

Comments
 (0)