Skip to content

Commit 5fa7b5b

Browse files
committed
Format code
1 parent 65facbe commit 5fa7b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sentry/IScopeObserver.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ public interface IScopeObserver
2929
/// Sets the user information.
3030
/// </summary>
3131
public void SetUser(SentryUser? user);
32-
32+
3333
/// <summary>
3434
/// Sets the current trace
3535
/// </summary>
36-
void SetTrace(SentryId traceId, SpanId parentSpanId);
36+
public void SetTrace(SentryId traceId, SpanId parentSpanId);
3737
}

0 commit comments

Comments
 (0)