java/com.sap.sailing.windestimation/src/com/sap/sailing/windestimation/data/transformer/CompleteManeuverCurveWithEstimationDataToManeuverForEstimationTransformer.java
... ...
@@ -26,5 +26,4 @@ public class CompleteManeuverCurveWithEstimationDataToManeuverForEstimationTrans
26 26
return internalTransformer.getManeuversForEstimation(convertableManeuvers,
27 27
competitorTrackWithElementsToTransform.getBoatClass(), competitorTrackWithElementsToTransform.getCompetitorName());
28 28
}
29
-
30 29
}