From 84dbbafe7062a8b9f1d0d6354e52a349c23eb978 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Wed, 14 Sep 2016 11:46:15 +0530 Subject: [PATCH] Formatting --- lib/appconfig.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/appconfig.php b/lib/appconfig.php index 2f3f9725..9a37f9d7 100644 --- a/lib/appconfig.php +++ b/lib/appconfig.php @@ -13,8 +13,8 @@ namespace OCA\Richdocuments; use \OCP\IConfig; - class AppConfig{ - private $appName = 'richdocuments'; +class AppConfig{ + private $appName = 'richdocuments'; private $defaults = [ 'wopi_url' => 'https://localhost:9980' ]; @@ -73,4 +73,3 @@ use \OCP\IConfig; return $this->config->setAppValue($userId, $this->appName, $key, $value); } } -