Passed
Push — master ( 7effc1...34f46c )
by Anthony
02:35
created
modules/bataille/app/controller/Points.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 			$dbc = App::getDb();
58 58
 			
59 59
 			if ($type == "batiment") {
60
-				$points = self::getPointsBase($id_base)+self::getPointAjoutBatiment();
60
+				$points = self::getPointsBase($id_base) + self::getPointAjoutBatiment();
61 61
 				
62 62
 			}
63 63
 			
Please login to merge, or discard this patch.