lint: add missing whitespace

pull/148/head
Varun Patil 2022-11-28 06:11:19 -08:00
parent f20b5fc862
commit 09be416802
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ class FacesController extends ApiBase
if ($iw <= 0 || $ih <= 0) { if ($iw <= 0 || $ih <= 0) {
$image = null; $image = null;
throw new \Exception('Invalid image size'); throw new \Exception('Invalid image size');
} }
} catch (\Exception $e) { } catch (\Exception $e) {