Completed
Push — develop ( bffb25...6204e5 )
by Kirill
07:24
created
app/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     public static function make(GitterUser $gitterUser, \Closure $new = null)
67 67
     {
68 68
         if ($new === null) {
69
-            $new = function () {
69
+            $new = function() {
70 70
             };
71 71
         }
72 72
 
Please login to merge, or discard this patch.