Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/CommentContext.cs
===================================================================
diff -u -r14185c4e29bcfc887fa656a681bdde704d250a9f -re775448bfb8290e43d62340a53a08723bbc035c6
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/CommentContext.cs (.../CommentContext.cs) (revision 14185c4e29bcfc887fa656a681bdde704d250a9f)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/CommentContext.cs (.../CommentContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
@@ -35,6 +35,7 @@
///
/// The commentable item to wrap.
/// Thrown when is null.
- public CommentContext(T wrappedCommentable) : base(wrappedCommentable) {}
+ public CommentContext(T wrappedCommentable)
+ : base(wrappedCommentable) {}
}
}
\ No newline at end of file