Skip to content

Commit 0e04e72

Browse files
committed
format fixes
1 parent 1d1d3a4 commit 0e04e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpenTelemetry.Extensions.AWS/Trace/AWSXRayPropagator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class AWSXRayPropagator : TextMapPropagator
3939
private const char NotSampledValue = '0';
4040

4141
private const string LineageKey = "Lineage";
42-
private const string LineageDelimiter = ":";
42+
private const string LineageDelimiter = ':';
4343
private const int LineageHashLength = 8;
4444
private const int LineageMaxRequestCounter = 255;
4545
private const int LineageMaxLoopCounter = 32767;
@@ -179,7 +179,7 @@ internal static bool TryParseXRayTraceHeader(PropagationContext context, string
179179
{
180180
return false;
181181
}
182-
182+
183183
var header = rawHeader.AsSpan();
184184
while (header.Length > 0)
185185
{

0 commit comments

Comments
 (0)