From 1ebf91ec16c00ea0696defe70d29884e2819237c Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Mon, 4 Sep 2017 14:21:44 +0200
Subject: [PATCH] Add proper EOL

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
---
 lib/private/Command/CronBus.php   | 2 +-
 tests/lib/Command/CronBusTest.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/private/Command/CronBus.php b/lib/private/Command/CronBus.php
index a0ad9b3c860..9bde4d88242 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 79fd13a99a8..9bf53ba92d2 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
+}
-- 
GitLab