Passed
Push — master ( 8a2a5b...dbf4d5 )
by Elia
01:13
created
weight/create/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         returnError($e);
37 37
     }
38 38
 
39
-} catch(Exception $e) {
39
+} catch (Exception $e) {
40 40
     returnForbidden($e);
41 41
 }
42 42
 
Please login to merge, or discard this patch.