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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 17:56:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 17:56:50 +0300
commit734c62bee0f46652285f782761317889d1ef5c7d (patch)
treef9fe648d23372244f1d687d49b6c66126469d3f4 /apps/encryption
parent28f8eb5dba60a75f7e22debbdc26f1d3164deb18 (diff)
Format code according to PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/encryption')
-rw-r--r--apps/encryption/lib/Settings/Personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/Settings/Personal.php b/apps/encryption/lib/Settings/Personal.php
index 7ecf457e641..bd0e17f0282 100644
--- a/apps/encryption/lib/Settings/Personal.php
+++ b/apps/encryption/lib/Settings/Personal.php
@@ -30,7 +30,7 @@ use OCP\IConfig;
use OCP\IUserSession;
use OCP\Settings\ISettings;
-class Personal implements ISettings {
+class Personal implements ISettings {
/** @var IConfig */
private $config;