Test Failed
Push — master ( 262e91...d4bdb3 )
by Marcel
04:20
created
app/Http/Controllers/UserListController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
                 \DB::table('user_lists')
50 50
                     ->where('id', '=', $listid)
51 51
                     ->delete();
52
-            } else {
52
+            }else {
53 53
                 $list = \DB::table('user_lists')
54 54
                     ->where('id', '=', $listid)
55 55
                     ->where('user_id', '=', \Auth::id())
Please login to merge, or discard this patch.