Skip to content

Commit

Permalink
Formatting, again
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Nov 20, 2024
1 parent ef3a9ed commit 8cdac34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/actor_like/lib/project_management/issue_state.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module ProjectManagement
class IssueState < Struct.new(:id, :status)
include AggregateState


on IssueOpened do |ev|
self.id = ev.data.fetch(:issue_id)
self.status = :open
Expand Down

0 comments on commit 8cdac34

Please sign in to comment.