Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff2 committed Sep 30, 2024
1 parent 7bba970 commit 62dcc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fluss/UnitOfWork/IWriteUnitOfWork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public interface IWriteUnitOfWork : IUnitOfWork
{
ValueTask<TAggregate> GetAggregate<TAggregate, TKey>(TKey key)
where TAggregate : AggregateRoot<TKey>, new();

ValueTask<TAggregate> GetAggregate<TAggregate>()
where TAggregate : AggregateRoot, new();

Expand Down

0 comments on commit 62dcc6d

Please sign in to comment.