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 18, 2024
1 parent 272a2a7 commit c35f9c1
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);

return prepareContractResponse;
}
}

0 comments on commit c35f9c1

Please sign in to comment.