Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/TestForeshoreProfileTest.cs =================================================================== diff -u -r8aaa7b9a8a2826cf8da31d0fd136f2d559933afe -r1d119f8fbafa52dc700bc684375f3f0130a523fd --- 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 1d119f8fbafa52dc700bc684375f3f0130a523fd) @@ -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