diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-04 14:21:44 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-09-04 14:21:44 +0200 |
commit | 1ebf91ec16c00ea0696defe70d29884e2819237c (patch) | |
tree | 37ece23ef07a647a0af18191fe7ccce9849b05e3 /tests | |
parent | 5431b8bfc203815dfbe1d041295896a54312b1f9 (diff) | |
download | nextcloud-server-1ebf91ec16c00ea0696defe70d29884e2819237c.tar.gz nextcloud-server-1ebf91ec16c00ea0696defe70d29884e2819237c.zip |
Add proper EOL
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Command/CronBusTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |