Skip to content

Commit 31301a6

Browse files
committed
fix: formatting
1 parent 8f3b082 commit 31301a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-4-applying-tactical-domain-driven-design/Fitnet.Contracts/Src/Fitnet.Contracts.Application/TerminateBindingContract/TerminateBindingContractCommandHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ await bindingContractsRepository.GetByIdAsync(command.BindingContractId, cancell
1414
.ThenAsync(async _ =>
1515
{
1616
await bindingContractsRepository.CommitAsync(cancellationToken);
17-
17+
1818
return Unit.Value;
1919
}));
2020
}

0 commit comments

Comments
 (0)