Skip to content

Commit

Permalink
Cleaning whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Feb 14, 2024
1 parent b24935f commit 8cc6556
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Ardalis.SharedKernel/EntityBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ public abstract class EntityBase<TId> : HasDomainEventsBase
{
public TId Id { get; set; }
}

2 changes: 0 additions & 2 deletions src/Ardalis.SharedKernel/HasDomainEventsBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ public abstract class HasDomainEventsBase

protected void RegisterDomainEvent(DomainEventBase domainEvent) => _domainEvents.Add(domainEvent);
internal void ClearDomainEvents() => _domainEvents.Clear();

}

0 comments on commit 8cc6556

Please sign in to comment.