Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/TestForeshoreProfile.cs =================================================================== diff -u -r8aaa7b9a8a2826cf8da31d0fd136f2d559933afe -r1d119f8fbafa52dc700bc684375f3f0130a523fd --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/TestForeshoreProfile.cs (.../TestForeshoreProfile.cs) (revision 8aaa7b9a8a2826cf8da31d0fd136f2d559933afe) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/TestForeshoreProfile.cs (.../TestForeshoreProfile.cs) (revision 1d119f8fbafa52dc700bc684375f3f0130a523fd) @@ -28,11 +28,11 @@ /// /// Simple foreshore profile that can be used for testing. /// - public class TestForeshoreProfile : ForeshoreProfile { - + public class TestForeshoreProfile : ForeshoreProfile + { /// /// Creates a new instance of . /// - public TestForeshoreProfile() : base(new Point2D(0,0), Enumerable.Empty(), null, new ConstructionProperties()) {} + public TestForeshoreProfile() : base(new Point2D(0, 0), Enumerable.Empty(), null, new ConstructionProperties()) {} } } \ No newline at end of file