Skip to content

Commit eae31a5

Browse files
committed
Format code
1 parent 882eed9 commit eae31a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry.Unity/ScopeObserver.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void SetUser(SentryUser? user)
8888
public void SetTrace(SentryId traceId, SpanId parentSpanId)
8989
{
9090
_options.DiagnosticLogger?.Log(
91-
SentryLevel.Debug,"{0} Scope Sync - Setting Trace traceId:{1} parentSpanId:{2}", null,
91+
SentryLevel.Debug, "{0} Scope Sync - Setting Trace traceId:{1} parentSpanId:{2}", null,
9292
_name, traceId, parentSpanId);
9393
SetTraceImpl(traceId, parentSpanId);
9494
}

0 commit comments

Comments
 (0)