Skip to content

Commit a37ba9c

Browse files
Normalize workflow task bridge method spacing
1 parent 9b086a7 commit a37ba9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/V2/Support/DefaultWorkflowTaskBridge.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,6 +2995,7 @@ private function projectionRun(WorkflowRun $run): WorkflowRun
29952995
{
29962996
return $run->fresh(['instance', 'tasks', 'activityExecutions', 'failures']) ?? $run;
29972997
}
2998+
29982999
private function inheritTypedVisibilityMetadata(WorkflowRun $sourceRun, WorkflowRun $targetRun): void
29993000
{
30003001
app(MemoUpsertService::class)->inheritFromParent($sourceRun, $targetRun, 1);

0 commit comments

Comments
 (0)