Passed
Push — master ( d0fbd1...0825db )
by Daniel
76:55 queued 39:08
created
7 Kyu/growth-of-a-population.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     for ($counter; $startpeople < $endpeople; $counter++) {
35 35
         $startpeople = $startpeople * (1 + $percent / 100) + $aug ;    
36 36
     }
37
-      return $counter;
37
+        return $counter;
38 38
 }
39 39
 
40 40
 // Alternate solution with ternary:
Please login to merge, or discard this patch.