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

@ -120,7 +120,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
printer.Settings.SettingChanged += Printer_SettingChanged;
printer.Disposed += (s, e) => printer.Settings.SettingChanged -= Printer_SettingChanged; ;
printer.Disposed += (s, e) => printer.Settings.SettingChanged -= Printer_SettingChanged;
this.Content = totalContent;
}