Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/ClosingStructuresImporter.cs =================================================================== diff -u -r207fcf758cac8237b31af99f7f54278b32eba658 -r87561e199b58327ad217886c843250ff14cdf172 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/ClosingStructuresImporter.cs (.../ClosingStructuresImporter.cs) (revision 207fcf758cac8237b31af99f7f54278b32eba658) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/ClosingStructuresImporter.cs (.../ClosingStructuresImporter.cs) (revision 87561e199b58327ad217886c843250ff14cdf172) @@ -66,12 +66,12 @@ } protected override IEnumerable UpdateWithCreatedStructures(ICollection structureLocations, - Dictionary> groupedStructureParameterRows) + Dictionary> groupedStructureParameterRows) { return structureUpdateStrategy.UpdateStructuresWithImportedData(ImportTarget, - CreateClosingStructures(structureLocations.ToList(), - groupedStructureParameterRows), - FilePath); + CreateClosingStructures(structureLocations.ToList(), + groupedStructureParameterRows), + FilePath); } private IEnumerable CreateClosingStructures(IEnumerable structureLocations,