diff --git a/lib/private/Command/CronBus.php b/lib/private/Command/CronBus.php
index a0ad9b3c860fef14bea72edf103c45cc99bbde3e..9bde4d8824291a8c92c232012de8566a0a389279 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 79fd13a99a8c881d8ca0389e0b701005c1c7d617..9bf53ba92d210de8d976105b00dc8ae3d81124f3 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
+}