Skip to content

Commit

Permalink
Fix CA1515 part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Oct 30, 2024
1 parent ef49654 commit a364217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace OpenTelemetry.Instrumentation.Wcf.Tests;
InstanceContextMode = InstanceContextMode.Single,
UseSynchronizationContext = false,
Name = "Service")]
public class Service : IServiceContract
internal class Service : IServiceContract
{
public Task ErrorAsync()
{
Expand Down

0 comments on commit a364217

Please sign in to comment.