Skip to content

Commit 7a76f23

Browse files
RhysLeesgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1d6cab7 commit 7a76f23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Data/Task.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public function __construct(
3636
public array $createdBy,
3737
public array $appliedCategories,
3838
public array $assignments,
39-
) {}
39+
) {
40+
}
4041

4142
public static function fromData(array $data): self
4243
{

0 commit comments

Comments
 (0)