Passed
Push — master ( f09f40...0d08da )
by John
07:17
created
app/Admin/Controllers/ContestController.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -214,14 +214,14 @@
 block discarded – undo
214 214
             });
215 215
         });
216 216
 
217
-        $form->saving(function (Form $form) {
218
-            if($form->public) {
219
-                $form->practice = 0;
217
+        $form->saving(function(Form $form) {
218
+            if ($form->public) {
219
+                $form->practice=0;
220 220
             } else {
221
-                $form->verified = 0;
222
-                $form->rated = 0;
223
-                $form->anticheated = 0;
224
-                $form->featured = 0;
221
+                $form->verified=0;
222
+                $form->rated=0;
223
+                $form->anticheated=0;
224
+                $form->featured=0;
225 225
             }
226 226
         });
227 227
 
Please login to merge, or discard this patch.