Skip to content

Commit

Permalink
fix dotnet-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Feb 22, 2024
1 parent 867ad33 commit 1ed3a85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace OpenTelemetry.Instrumentation.AWS.Tests;
internal class TestRequest : IRequest
{
private readonly ParameterCollection parameters;

public TestRequest(ParameterCollection? parameters = null)
{
this.parameters = parameters ?? new ParameterCollection();
Expand Down

0 comments on commit 1ed3a85

Please sign in to comment.