CodeFactor cleanup

This commit is contained in:
John Lewin 2018-11-16 05:12:34 -08:00
parent f49f216363
commit a1dc2cbaa6
5 changed files with 5 additions and 5 deletions

View file

@ -339,7 +339,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
printer.Settings.SettingChanged += Printer_SettingChanged;
this.Closed += (s, e) => printer.Settings.SettingChanged -= Printer_SettingChanged; ;
this.Closed += (s, e) => printer.Settings.SettingChanged -= Printer_SettingChanged;
}
this.PerformLayout();