Skip to content

Commit 78c61ef

Browse files
committed
Fixed missing newline at the end of the file.
Signed-off-by: Joshua Parker <[email protected]>
1 parent cbbb4e2 commit 78c61ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scheduler/FailedProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ public function getException(): Exception
2626
{
2727
return $this->exception;
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)