diff options
author | Robin Appelman <robin@icewind.nl> | 2022-03-17 19:32:51 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2022-03-24 17:03:55 +0100 |
commit | 70c37c2717883adbc08f04f68aaa7dad741ce1c1 (patch) | |
tree | c1d32b9d464a6481863ec370d7c1fede171bcf4d /lib/private/Files/SetupManager.php | |
parent | 89919b0e24563a0468e72395963e236fcedc0df6 (diff) | |
download | nextcloud-server-70c37c2717883adbc08f04f68aaa7dad741ce1c1.tar.gz nextcloud-server-70c37c2717883adbc08f04f68aaa7dad741ce1c1.zip |
fmt
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Files/SetupManager.php')
-rw-r--r-- | lib/private/Files/SetupManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/SetupManager.php b/lib/private/Files/SetupManager.php index 6746af1068e..4ef2506cf7b 100644 --- a/lib/private/Files/SetupManager.php +++ b/lib/private/Files/SetupManager.php @@ -464,7 +464,7 @@ class SetupManager { ]; foreach ($genericEvents as $genericEvent) { - $this->eventDispatcher->addListener($genericEvent, function($event) { + $this->eventDispatcher->addListener($genericEvent, function ($event) { $this->cache->clear(); }); } |