Passed
Push — master ( a2c262...a3d30b )
by Blizzz
11:21 queued 12s
created
apps/files_trashbin/lib/AppInfo/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 		// pre and post-rename, disable trash logic for the copy+unlink case
67 67
 		\OCP\Util::connectHook('OC_Filesystem', 'delete', 'OCA\Files_Trashbin\Trashbin', 'ensureFileScannedHook');
68 68
 
69
-		\OCA\Files\App::getNavigationManager()->add(function () {
69
+		\OCA\Files\App::getNavigationManager()->add(function() {
70 70
 			$l = \OC::$server->getL10N('files_trashbin');
71 71
 			return [
72 72
 				'id' => 'trashbin',
Please login to merge, or discard this patch.