summaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/Settings
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 16:14:31 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 16:14:31 +0200
commitf4c09f299d989b117ebdf769632dcc6d4582791c (patch)
treee838ae71bb9424b25c824e563c634203ffe3a9d2 /apps/settings/tests/Settings
parentbcd13296def0ac8b8fb48067472f1019d5715895 (diff)
downloadnextcloud-server-f4c09f299d989b117ebdf769632dcc6d4582791c.tar.gz
nextcloud-server-f4c09f299d989b117ebdf769632dcc6d4582791c.zip
Make sure there is exactly one newline after imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/settings/tests/Settings')
-rw-r--r--apps/settings/tests/Settings/Admin/ServerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/tests/Settings/Admin/ServerTest.php b/apps/settings/tests/Settings/Admin/ServerTest.php
index 3758d8635de..d066f5c2f49 100644
--- a/apps/settings/tests/Settings/Admin/ServerTest.php
+++ b/apps/settings/tests/Settings/Admin/ServerTest.php
@@ -40,7 +40,6 @@ use OCP\IDBConnection;
use PHPUnit\Framework\MockObject\MockObject;
use Test\TestCase;
-
/**
* @group DB
*/