1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Fix code style

This commit is contained in:
Niklas Keller 2017-05-02 22:09:11 +02:00
parent 5471b17a67
commit def42c496a

View File

@ -1396,7 +1396,7 @@ abstract class DriverTest extends TestCase {
$this->loop->disable($watcher);
});
$this->loop->defer(function () use ($watcher1, $watcher3) {
$this->loop->defer(function () use ($watcher1, $watcher3) {
$this->loop->delay(200, function () use ($watcher1, $watcher3) {
$this->loop->enable($watcher1);
$this->loop->enable($watcher3);