@@ -30,7 +30,7 @@ |
||
| 30 | 30 | $container = $this->getContainer(); |
| 31 | 31 | $server = $container->getServer(); |
| 32 | 32 | |
| 33 | - $container->registerService('OCP\\Files\\Config\\IUserMountCache', function ($c) use ($server) { |
|
| 33 | + $container->registerService('OCP\\Files\\Config\\IUserMountCache', function($c) use ($server) { |
|
| 34 | 34 | return $server->getMountProviderCollection()->getMountCache(); |
| 35 | 35 | }); |
| 36 | 36 | } |