Index: DamEngine/trunk/src/Deltares.DamEngine.Data.Tests/Geometry/Point2DTests.cs =================================================================== diff -u -r5339 -r6404 --- DamEngine/trunk/src/Deltares.DamEngine.Data.Tests/Geometry/Point2DTests.cs (.../Point2DTests.cs) (revision 5339) +++ DamEngine/trunk/src/Deltares.DamEngine.Data.Tests/Geometry/Point2DTests.cs (.../Point2DTests.cs) (revision 6404) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2024. All rights reserved. +// Copyright (C) Stichting Deltares 2025. All rights reserved. // // This file is part of the Dam Engine. // @@ -28,7 +28,10 @@ { public class GivenPoint2D { - private static readonly Point2D point2D = new Point2D(1.0, 2.0) { Name = "Point 2D" }; + private static readonly Point2D point2D = new Point2D(1.0, 2.0) + { + Name = "Point 2D" + }; public class WhenCloned : GivenPoint2D {