Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/ReferenceLineContext.cs
===================================================================
diff -u -rf01bfd8d4c0541a96d57071b397c39792a99da26 -re775448bfb8290e43d62340a53a08723bbc035c6
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/ReferenceLineContext.cs (.../ReferenceLineContext.cs) (revision f01bfd8d4c0541a96d57071b397c39792a99da26)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/ReferenceLineContext.cs (.../ReferenceLineContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
@@ -35,6 +35,7 @@
///
/// The assessment section that is wrapped.
/// Thrown when is null.
- public ReferenceLineContext(IAssessmentSection wrappedAssessmentSection) : base(wrappedAssessmentSection) {}
+ public ReferenceLineContext(IAssessmentSection wrappedAssessmentSection)
+ : base(wrappedAssessmentSection) {}
}
}
\ No newline at end of file