Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed May 14, 2017
1 parent c397a22 commit 4f4c9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/simple-parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
$parser->write("an\nexample\nof\n");
});

Loop::delay(2000, function () use ($parser) {
Loop::delay(2000, function () use ($parser) {
$parser->write("a\nsimple\n");
});

Loop::delay(3000, function () use ($parser) {
Loop::delay(3000, function () use ($parser) {
$parser->write("incremental\nstream\nparser");
});

Expand Down

0 comments on commit 4f4c9f1

Please sign in to comment.