Skip to content

Commit

Permalink
style: fix formatting in termination binding
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek committed Oct 27, 2024
1 parent b31d4e4 commit 8f3b082
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ await bindingContractsRepository.GetByIdAsync(command.BindingContractId, cancell
.ThenAsync(async _ =>
{
await bindingContractsRepository.CommitAsync(cancellationToken);

Check failure on line 17 in Chapter-4-applying-tactical-domain-driven-design/Fitnet.Contracts/Src/Fitnet.Contracts.Application/TerminateBindingContract/TerminateBindingContractCommandHandler.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 17 in Chapter-4-applying-tactical-domain-driven-design/Fitnet.Contracts/Src/Fitnet.Contracts.Application/TerminateBindingContract/TerminateBindingContractCommandHandler.cs

View workflow job for this annotation

GitHub Actions / Build

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

0 comments on commit 8f3b082

Please sign in to comment.