Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Mar 13, 2024
1 parent 264e4e4 commit b5f1a94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SubWorkflowExecutionActor(key: SubWorkflowKey,

override def preStart(): Unit = {
context.system.eventStream.publish(SubWorkflowStart(self))
super.preStart()
super.preStart()
}

private var eventList: Seq[ExecutionEvent] = Seq(ExecutionEvent(stateName.toString))
Expand Down

0 comments on commit b5f1a94

Please sign in to comment.