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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AppConfig.php')
-rw-r--r--lib/AppConfig.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/AppConfig.php b/lib/AppConfig.php
index 9cdf0bc4..f8f54f59 100644
--- a/lib/AppConfig.php
+++ b/lib/AppConfig.php
@@ -134,5 +134,4 @@ class AppConfig {
public function getCollaboraUrlInternal(): string {
return $this->config->getAppValue(Application::APPNAME, self::WOPI_URL, '');
}
-
- }
+}