Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -ra940166534b3dd6e778de2e7c8e7e5241f3d3381 -r357925a9ba2aebce58a9e03e620c6d470323672f --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision a940166534b3dd6e778de2e7c8e7e5241f3d3381) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 357925a9ba2aebce58a9e03e620c6d470323672f) @@ -1084,7 +1084,7 @@ var mapDataItem = new StrictContextMenuItem( RingtoetsIntegrationPluginResources.BackgroundData_SelectMapData, RingtoetsIntegrationPluginResources.BackgroundData_SelectMapData_Tooltip, - RingtoetsCommonFormsResources.MapsIcon, (sender, args) => { SelectMapData(assessmentSection, nodeData); }); + RingtoetsCommonFormsResources.MapsIcon, (sender, args) => SelectMapData(assessmentSection, nodeData)); return Gui.Get(nodeData, treeViewControl) .AddCustomItem(mapDataItem)