Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/FileImporter/DikeProfilesImporter.cs =================================================================== diff -u -r5343cd6543e55c228ad00d49db6841aac37ae8e5 -r4dcf687d02ad303a8b830cd11c7d15a6f3f25116 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/FileImporter/DikeProfilesImporter.cs (.../DikeProfilesImporter.cs) (revision 5343cd6543e55c228ad00d49db6841aac37ae8e5) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/FileImporter/DikeProfilesImporter.cs (.../DikeProfilesImporter.cs) (revision 4dcf687d02ad303a8b830cd11c7d15a6f3f25116) @@ -25,7 +25,6 @@ using System.Drawing; using System.IO; using System.Linq; -using System.Text; using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.Base.IO; @@ -261,7 +260,7 @@ dikeProfileData.Add(data); } } - // No need to catch ArgumentException, as prflFilePaths are valid by construction. + // No need to catch ArgumentException, as prflFilePaths are valid by construction. catch (CriticalFileReadException exception) { log.Error(exception.Message); @@ -349,7 +348,7 @@ private static bool IsReferenceLineAvailable(object targetItem) { - return ((DikeProfilesContext)targetItem).ParentAssessmentSection.ReferenceLine != null; + return ((DikeProfilesContext) targetItem).ParentAssessmentSection.ReferenceLine != null; } private double GetDistanceToReferenceLine(Point2D point, ReferenceLine referenceLine)