Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -r25bebedb3a8c1f321c6f1760192e09d2646a2bdc -r09e5d13894b0b5e27add4e8d9d1e26686e4894b8 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 25bebedb3a8c1f321c6f1760192e09d2646a2bdc) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 09e5d13894b0b5e27add4e8d9d1e26686e4894b8) @@ -519,7 +519,8 @@ StructuresCalculation[] calculations = group .GetCalculations() - .OfType>().ToArray(); + .OfType>() + .ToArray(); builder.AddImportItem() .AddExportItem()