aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/lib/Cache.php')
-rw-r--r--apps/files_sharing/lib/Cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Cache.php b/apps/files_sharing/lib/Cache.php
index 26a9bc7b524..94427f7a979 100644
--- a/apps/files_sharing/lib/Cache.php
+++ b/apps/files_sharing/lib/Cache.php
@@ -43,7 +43,7 @@ class Cache extends CacheJail {
$storage,
ICacheEntry $sourceRootInfo,
CacheDependencies $dependencies,
- IShare $share
+ IShare $share,
) {
$this->storage = $storage;
$this->sourceRootInfo = $sourceRootInfo;