Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs
===================================================================
diff -u -rce94b8228bc7e51779b3754217580f13cb35e475 -r8767bf4def15fc3152bab00df2e7ca1c76e64b18
--- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs) (revision ce94b8228bc7e51779b3754217580f13cb35e475)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs) (revision 8767bf4def15fc3152bab00df2e7ca1c76e64b18)
@@ -40,7 +40,7 @@
/// Thrown when is null.
public StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
{
- AssessmentLayerThree = (RoundedDouble)double.NaN;
+ AssessmentLayerThree = (RoundedDouble) double.NaN;
}
///
@@ -55,4 +55,4 @@
public long StorageId { get; set; }
}
-}
+}
\ No newline at end of file