Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Dec 7, 2023
1 parent c79b4c1 commit c7bdba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ForkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,12 @@ function () {
fn () => Fork::new()->run(
static function () {
usleep(200_000);

return 2;
},
static function () {
usleep(100_000);

return 1;
},
)
Expand Down

0 comments on commit c7bdba1

Please sign in to comment.