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