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 'lib/Os.php')
-rw-r--r--lib/Os.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Os.php b/lib/Os.php
index fd26b6a..7b2154f 100644
--- a/lib/Os.php
+++ b/lib/Os.php
@@ -186,5 +186,4 @@ class Os {
$data = $this->backend->getNetworkInterfaces();
return $data;
}
-
}