Completed
Pull Request — master (#191)
by De Cramer
38:49 queued 31:55
created
GameTrackmania/DataProviders/ScriptBaseRounds/RaceDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         }
38 38
 
39 39
         // If rounds is configured to be single laps then no need for race data. lap is sufficient.
40
-        return $nbLaps > 1;    }
40
+        return $nbLaps > 1; }
41 41
 
42 42
 
43 43
     public function onWayPoint($params)
Please login to merge, or discard this patch.