Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs =================================================================== diff -u -rdd72cf407b7d0e9284d101bb2e2854e569b1a29a -r438a524144f283209902ae89f058a134380c9538 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs (.../HeightStructuresCalculationContext.cs) (revision dd72cf407b7d0e9284d101bb2e2854e569b1a29a) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs (.../HeightStructuresCalculationContext.cs) (revision 438a524144f283209902ae89f058a134380c9538) @@ -30,7 +30,8 @@ /// Presentation object for all data required to configure an instance of /// in order to prepare it for performing a calculation. /// - public class HeightStructuresCalculationContext : HeightStructuresContextBase, ICalculationContext + public class HeightStructuresCalculationContext : HeightStructuresContextBase, + ICalculationContext { /// /// Creates a new instance of . @@ -39,7 +40,9 @@ /// The failure mechanism which the context belongs to. /// The assessment section which the calculation belongs to. /// When any input argument is null. - public HeightStructuresCalculationContext(HeightStructuresCalculation calculation, HeightStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection) + public HeightStructuresCalculationContext(HeightStructuresCalculation calculation, + HeightStructuresFailureMechanism failureMechanism, + IAssessmentSection assessmentSection) : base(calculation, failureMechanism, assessmentSection) {} } } \ No newline at end of file