Skip to content

Commit

Permalink
chore: remove redundant empty record declaration body
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorTotBagi committed Dec 31, 2024
1 parent a928b4b commit b49e797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Nodes.Domain.Events;

public record NodeUpdatedEvent(Node Node) : IDomainEvent { }
public record NodeUpdatedEvent(Node Node) : IDomainEvent;

0 comments on commit b49e797

Please sign in to comment.