Skip to content

Commit

Permalink
Merge pull request #9 from nexxai/patch-1
Browse files Browse the repository at this point in the history
OCD alignment
  • Loading branch information
freekmurze authored May 3, 2021
2 parents 7db2bfd + 44912d1 commit 2ec33d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ $results = Fork::new()
return 'result from task 1';
},
function () {
sleep(1);
sleep(1);

return 'result from task 2';
},
function () {
sleep(1);
sleep(1);

return 'result from task 3';
},
Expand Down

0 comments on commit 2ec33d3

Please sign in to comment.