Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek committed Nov 15, 2024
1 parent 006096f commit d33065d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ private async Task<HttpResponseMessage> PrepareCorrectContract(PrepareContractRe
requestParameters.MaxAge, requestParameters.MinHeight, requestParameters.MaxHeight, customerId);
var prepareContractResponse =
await _applicationHttpClient.PostAsJsonAsync(ContractsApiPaths.Prepare, prepareContractRequest);

Check failure on line 97 in Chapter-1-initial-architecture/Src/Fitnet.IntegrationTests/Contracts/PrepareContract/PrepareContractTests.cs

View workflow job for this annotation

GitHub Actions / Build

Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)

Check failure on line 97 in Chapter-1-initial-architecture/Src/Fitnet.IntegrationTests/Contracts/PrepareContract/PrepareContractTests.cs

View workflow job for this annotation

GitHub Actions / Build

Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
return prepareContractResponse;
}
}

0 comments on commit d33065d

Please sign in to comment.