Skip to content

Commit 4c68524

Browse files
author
Ganesh Jangir
committed
fix: remove unnecessary blank line in SendsTracesUsingDataPipeline test
1 parent 92b370e commit 4c68524

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tracer/test/Datadog.Trace.IntegrationTests/LibDatadog/TraceExporterTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public class TraceExporterTests
2525
[InlineData(TestTransports.WindowsNamedPipe)]
2626
public async Task SendsTracesUsingDataPipeline(TestTransports transport)
2727
{
28-
2928
if (transport == TestTransports.WindowsNamedPipe && !EnvironmentTools.IsWindows())
3029
{
3130
throw new SkipException("WindowsNamedPipe transport is only supported on Windows");

0 commit comments

Comments
 (0)