Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationGroupContext.cs
===================================================================
diff -u -rdd72cf407b7d0e9284d101bb2e2854e569b1a29a -r438a524144f283209902ae89f058a134380c9538
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationGroupContext.cs (.../HeightStructuresCalculationGroupContext.cs) (revision dd72cf407b7d0e9284d101bb2e2854e569b1a29a)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationGroupContext.cs (.../HeightStructuresCalculationGroupContext.cs) (revision 438a524144f283209902ae89f058a134380c9538)
@@ -31,7 +31,8 @@
/// Presentation object for all data required to configure an instance of
/// in order be able to create configurable height structures calculations.
///
- public class HeightStructuresCalculationGroupContext : HeightStructuresContextBase, ICalculationContext
+ public class HeightStructuresCalculationGroupContext : HeightStructuresContextBase,
+ ICalculationContext
{
///
/// Creates a new instance of .
@@ -40,7 +41,9 @@
/// The failure mechanism which the context belongs to.
/// The assessment section which the context belongs to.
/// When any input argument is null.
- public HeightStructuresCalculationGroupContext(CalculationGroup calculationsGroup, HeightStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
+ public HeightStructuresCalculationGroupContext(CalculationGroup calculationsGroup,
+ HeightStructuresFailureMechanism failureMechanism,
+ IAssessmentSection assessmentSection)
: base(calculationsGroup, failureMechanism, assessmentSection) {}
}
}
\ No newline at end of file