Completed
Pull Request — master (#106)
by
unknown
09:35
created
src/Http/Middleware/LaravelCaffeineDripMiddleware.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,8 +49,7 @@
 block discarded – undo
49 49
                 "{$dripper->html}</body",
50 50
                 $content
51 51
             );
52
-        }
53
-        else {
52
+        } else {
54 53
             $content .= $dripper->html;
55 54
         }
56 55
             
Please login to merge, or discard this patch.