lint: add missing whitespace
parent
f20b5fc862
commit
09be416802
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue