diff options
Diffstat (limited to 'tests/delay.php')
-rw-r--r-- | tests/delay.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/delay.php b/tests/delay.php index bfde2fc4..bf9ecc12 100644 --- a/tests/delay.php +++ b/tests/delay.php @@ -15,4 +15,4 @@ while ($in = $rr->receive($ctx)) { } catch (\Throwable $e) { $rr->error((string)$e); } -}
\ No newline at end of file +} |