Index: Ringtoets/Piping/src/Ringtoets.Piping.Primitives/Exceptions/RingtoetsPipingSurfaceLineException.cs =================================================================== diff -u -rf62076c7d8b6a65856fbab6a1b34b4234aa319e5 -r8f42140e118017aa808cebf3dac71b97f0829492 --- Ringtoets/Piping/src/Ringtoets.Piping.Primitives/Exceptions/RingtoetsPipingSurfaceLineException.cs (.../RingtoetsPipingSurfaceLineException.cs) (revision f62076c7d8b6a65856fbab6a1b34b4234aa319e5) +++ Ringtoets/Piping/src/Ringtoets.Piping.Primitives/Exceptions/RingtoetsPipingSurfaceLineException.cs (.../RingtoetsPipingSurfaceLineException.cs) (revision 8f42140e118017aa808cebf3dac71b97f0829492) @@ -33,14 +33,14 @@ /// /// Initializes a new instance of the class. /// - public RingtoetsPipingSurfaceLineException(){} + public RingtoetsPipingSurfaceLineException() {} /// /// Initializes a new instance of the class /// with a specified error message. /// /// The error message that explains the reason for the exception. - public RingtoetsPipingSurfaceLineException(string message) : base(message){} + public RingtoetsPipingSurfaceLineException(string message) : base(message) {} /// /// Initializes a new instance of the class @@ -50,6 +50,6 @@ /// The error message that explains the reason for the exception. /// The exception that is the cause of the current exception, /// or a null reference if no inner exception is specified. - public RingtoetsPipingSurfaceLineException(string message, Exception inner) : base(message, inner) { } + public RingtoetsPipingSurfaceLineException(string message, Exception inner) : base(message, inner) {} } } \ No newline at end of file Index: Ringtoets/Piping/src/Ringtoets.Piping.Primitives/Ringtoets.Piping.Primitives.csproj =================================================================== diff -u -r1795be9025cb0e054dca86a5275203966c0a9b2a -r8f42140e118017aa808cebf3dac71b97f0829492 --- Ringtoets/Piping/src/Ringtoets.Piping.Primitives/Ringtoets.Piping.Primitives.csproj (.../Ringtoets.Piping.Primitives.csproj) (revision 1795be9025cb0e054dca86a5275203966c0a9b2a) +++ Ringtoets/Piping/src/Ringtoets.Piping.Primitives/Ringtoets.Piping.Primitives.csproj (.../Ringtoets.Piping.Primitives.csproj) (revision 8f42140e118017aa808cebf3dac71b97f0829492) @@ -41,13 +41,9 @@ MinimumRecommendedRules.ruleset - - ..\..\..\..\packages\MathNet.Numerics.3.8.0\lib\net40\MathNet.Numerics.dll - - @@ -76,7 +72,6 @@ Copying.licenseheader - Index: Ringtoets/Piping/src/Ringtoets.Piping.Primitives/RingtoetsPipingSurfaceLine.cs =================================================================== diff -u -r45fe200a6eefad8dcfa977673179c8d24f6ab766 -r8f42140e118017aa808cebf3dac71b97f0829492 --- Ringtoets/Piping/src/Ringtoets.Piping.Primitives/RingtoetsPipingSurfaceLine.cs (.../RingtoetsPipingSurfaceLine.cs) (revision 45fe200a6eefad8dcfa977673179c8d24f6ab766) +++ Ringtoets/Piping/src/Ringtoets.Piping.Primitives/RingtoetsPipingSurfaceLine.cs (.../RingtoetsPipingSurfaceLine.cs) (revision 8f42140e118017aa808cebf3dac71b97f0829492) @@ -23,11 +23,9 @@ using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; - using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.Base.Storage; - using Ringtoets.Piping.Primitives.Exceptions; using Ringtoets.Piping.Primitives.Properties; Fisheye: Tag 8f42140e118017aa808cebf3dac71b97f0829492 refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.Primitives/packages.config'. Fisheye: No comparison available. Pass `N' to diff?