Passed
Pull Request — master (#793)
by John
07:07
created
app/Http/Middleware/Contest/Exists.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
 {
10 10
     public function handle($request, Closure $next)
11 11
     {
12
-        $contest = Contest::find($request->cid);
12
+        $contest=Contest::find($request->cid);
13 13
 
14
-        if(blank($contest)) {
14
+        if (blank($contest)) {
15 15
             return redirect()->route('contest.index');
16 16
         }
17 17
 
Please login to merge, or discard this patch.