Formatting

This commit is contained in:
Marcel 2017-12-17 09:34:25 +01:00
parent c4037f95e9
commit e58be64dee

View File

@ -51,7 +51,6 @@ getEnhancedLapDataPerDriver: function(raceData) {
if(endResult.length > 0){ if(endResult.length > 0){
curLap.finished = endResult[0]; curLap.finished = endResult[0];
} }
lapData.laps.push(curLap); lapData.laps.push(curLap);
} }
}); });