Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/TestForeshoreProfileTest.cs =================================================================== diff -u -r8aaa7b9a8a2826cf8da31d0fd136f2d559933afe -r2973c5f790a5131e427bd5f73e2a620044199639 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/TestForeshoreProfileTest.cs (.../TestForeshoreProfileTest.cs) (revision 8aaa7b9a8a2826cf8da31d0fd136f2d559933afe) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/TestForeshoreProfileTest.cs (.../TestForeshoreProfileTest.cs) (revision 2973c5f790a5131e427bd5f73e2a620044199639) @@ -39,7 +39,7 @@ Assert.IsFalse(profile.HasBreakWater); Assert.AreEqual(0.0, profile.X0); Assert.AreEqual(0.0, profile.Orientation.Value); - Assert.AreEqual(new Point2D(0,0), profile.WorldReferencePoint); - } + Assert.AreEqual(new Point2D(0, 0), profile.WorldReferencePoint); + } } } \ No newline at end of file