Skip to content

Commit 2be5ab0

Browse files
committed
Fix formatting
1 parent 588d8b6 commit 2be5ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.OpenTelemetry/Resources/HostDetector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public Resource Detect()
9090
foreach (var line in lines)
9191
{
9292
#if NETFRAMEWORK
93-
if (line.IndexOf("IOPlatformUUID", StringComparison.OrdinalIgnoreCase) >= 0)
93+
if (line.IndexOf("IOPlatformUUID", StringComparison.OrdinalIgnoreCase) >= 0)
9494
#else
9595
if (line.Contains("IOPlatformUUID", StringComparison.OrdinalIgnoreCase))
9696
#endif

0 commit comments

Comments
 (0)