Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/DikesDesign/SurfaceLineAdapterException.cs =================================================================== diff -u -r3893 -r4000 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/DikesDesign/SurfaceLineAdapterException.cs (.../SurfaceLineAdapterException.cs) (revision 3893) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/DikesDesign/SurfaceLineAdapterException.cs (.../SurfaceLineAdapterException.cs) (revision 4000) @@ -33,12 +33,12 @@ /// /// Initializes a new instance of the class. /// - public SurfaceLineAdapterException() { } + public SurfaceLineAdapterException() {} /// /// Initializes a new instance of the class. /// /// The message that describes the error. - public SurfaceLineAdapterException(string message) : base(message) { } + public SurfaceLineAdapterException(string message) : base(message) {} } } \ No newline at end of file