From 86c6e8742a10e3deb57e1ba36ee9e6c6b0890b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stef=C3=A1n=20J=C3=B6kull=20Sigur=C3=B0arson?= Date: Wed, 3 Jan 2024 16:29:00 +0000 Subject: [PATCH] dotnet format --- projects/Test/Integration/TestActivitySource.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Test/Integration/TestActivitySource.cs b/projects/Test/Integration/TestActivitySource.cs index 2d5baeede..620fde286 100644 --- a/projects/Test/Integration/TestActivitySource.cs +++ b/projects/Test/Integration/TestActivitySource.cs @@ -19,7 +19,7 @@ public class TestActivitySource : IntegrationFixture public TestActivitySource(ITestOutputHelper output) : base(output) { } - + void AssertStringTagEquals(Activity activity, string name, string expected) { string tag = activity.GetTagItem(name) as string;