Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenariosView.cs =================================================================== diff -u -r74f04a12c7ff3bbba6746e2abfb7d7ee83cc29f3 -ra25d8e273425a90e4a8fa870f5fb624f7684ef20 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenariosView.cs (.../ClosingStructuresScenariosView.cs) (revision 74f04a12c7ff3bbba6746e2abfb7d7ee83cc29f3) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenariosView.cs (.../ClosingStructuresScenariosView.cs) (revision a25d8e273425a90e4a8fa870f5fb624f7684ef20) @@ -111,7 +111,7 @@ calculationInputObserver.Dispose(); calculationGroupObserver.Dispose(); - if (disposing && (components != null)) + if (disposing && components != null) { components.Dispose(); }