Completed
Pull Request — master (#96)
by Robin
01:20
created
lib/Service/ExternalFilesService.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -240,8 +240,8 @@
 block discarded – undo
240 240
 
241 241
 		try {
242 242
 			if($file->getMountPoint()->getMountId() === null){
243
-                             throw new FileIsNotIndexableException('getMountId is null');
244
-                        }
243
+							 throw new FileIsNotIndexableException('getMountId is null');
244
+						}
245 245
 			
246 246
 			return $this->getExternalMountById(
247 247
 				$file->getMountPoint()
Please login to merge, or discard this patch.