Passed
Push — master ( 414bb4...9b90f2 )
by Christopher
02:20
created
build/build.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 }
34 34
 
35 35
 $tlds = explode("\n", $root_zone_data);
36
-$tlds = array_filter($tlds, function ($tld) {
36
+$tlds = array_filter($tlds, function($tld) {
37 37
     return $tld != '';
38 38
 });
39 39
 
Please login to merge, or discard this patch.