Skip to content

Commit 86c6e87

Browse files
committed
dotnet format
1 parent 6635887 commit 86c6e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/Integration/TestActivitySource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class TestActivitySource : IntegrationFixture
1919
public TestActivitySource(ITestOutputHelper output) : base(output)
2020
{
2121
}
22-
22+
2323
void AssertStringTagEquals(Activity activity, string name, string expected)
2424
{
2525
string tag = activity.GetTagItem(name) as string;

0 commit comments

Comments
 (0)