Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
stebet committed Jan 3, 2024
1 parent 6635887 commit 86c6e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Test/Integration/TestActivitySource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 86c6e87

Please sign in to comment.