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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-15 15:13:43 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-15 17:56:32 +0300
commitbff7bdd700b0c607d7a8cf95ff2ae750a29d08f6 (patch)
treef674ac76b95dc2794dda0a03c0085cdc61f49675 /appinfo/app.php
parent22ab77d37c983e261edebcbf9109f129d0f29852 (diff)
run php-cs-fixer
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 008313d1..2a9ca9dd 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -8,7 +8,7 @@ $app->register();
$eventDispatcher = \OC::$server->getEventDispatcher();
$eventDispatcher->addListener(
'OCA\Files::loadAdditionalScripts',
- function() {
+ function () {
\OC_Util::addScript('groupfolders', 'files');
}
);