Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
shurivich committed Apr 4, 2024
1 parent 6583abc commit 268f4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/src/Datadog.Trace/Debugger/Expressions/ProbeInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal record struct ProbeInfo(
bool HasCondition,
string[] Tags,
TargetSpan? TargetSpan,
CaptureLimitInfo CaptureLimitInfo,
CaptureLimitInfo CaptureLimitInfo,
bool IsEmitted = false)
{
internal string ProbeId { get; } = ProbeId;
Expand Down

0 comments on commit 268f4fc

Please sign in to comment.