Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/DefaultOsTest.php')
-rw-r--r--tests/lib/DefaultOsTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/DefaultOsTest.php b/tests/lib/DefaultOsTest.php
index 88329c1..32aa8e1 100644
--- a/tests/lib/DefaultOsTest.php
+++ b/tests/lib/DefaultOsTest.php
@@ -143,5 +143,4 @@ class DefaultOsTest extends TestCase {
$this->assertSame([], $this->os->getDiskInfo());
}
-
}