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:
authorkesselb <mail@danielkesselberg.de>2020-04-18 12:36:23 +0300
committerGitHub <noreply@github.com>2020-04-18 12:36:23 +0300
commitefeed3479fd048b403c6a72ebf74241a971a065c (patch)
tree0584747595c844f66977004f5b6ded042874b59d /tests/lib/DefaultOsTest.php
parent4e8a4f980fb3d144060af59dec9d4c71759b3f7a (diff)
parent3645495d73dd21d125c32a9d598bd56232478c28 (diff)
Merge pull request #201 from nextcloud/enh/conding-standards
Add nextcloud code standards
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());
}
-
}