Passed
Push — master ( a5a2c7...2fcb6d )
by Roeland
10:48
created
apps/files_sharing/appinfo/app.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 		\OCP\Util::addScript('files_sharing', 'dist/additionalScripts');
46 46
 	}
47 47
 );
48
-\OC::$server->getEventDispatcher()->addListener('\OCP\Collaboration\Resources::loadAdditionalScripts', function () {
48
+\OC::$server->getEventDispatcher()->addListener('\OCP\Collaboration\Resources::loadAdditionalScripts', function() {
49 49
 	\OCP\Util::addScript('files_sharing', 'dist/collaboration');
50 50
 });
51 51
 
Please login to merge, or discard this patch.