Skip to content

Commit

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

return Unit.Value;
}));
}

0 comments on commit 31301a6

Please sign in to comment.