@@ -240,8 +240,8 @@ |
||
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() |