diff --git a/lib/private/Command/CronBus.php b/lib/private/Command/CronBus.php index a0ad9b3c86..9bde4d8824 100644 --- a/lib/private/Command/CronBus.php +++ b/lib/private/Command/CronBus.php @@ -72,4 +72,4 @@ class CronBus extends AsyncBus { throw new \InvalidArgumentException('Invalid command'); } } -} \ No newline at end of file +} diff --git a/tests/lib/Command/CronBusTest.php b/tests/lib/Command/CronBusTest.php index 79fd13a99a..9bf53ba92d 100644 --- a/tests/lib/Command/CronBusTest.php +++ b/tests/lib/Command/CronBusTest.php @@ -47,4 +47,4 @@ class CronBusTest extends AsyncBusTest { $job->execute($this->jobList); } } -} \ No newline at end of file +}