Style cleanup
This commit is contained in:
@@ -14,7 +14,7 @@ public readonly record struct EventBatchId
|
||||
{
|
||||
Id = Guid.NewGuid();
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// The unique identifier for this batch of events.
|
||||
/// </summary>
|
||||
|
||||
@@ -10,7 +10,7 @@ public class EventHook
|
||||
/// The event handler that is called when the event is triggered.
|
||||
/// </summary>
|
||||
public event EventHandler<IEventData>? Handler;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Triggers the event, calling the handler with the given data.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user