some code formatting

This commit is contained in:
Martin Loidl 2018-07-13 16:10:55 +02:00 committed by Vojtech Kral
parent dd1fd66a47
commit d4b73701d9
3 changed files with 11 additions and 12 deletions

View file

@ -168,7 +168,7 @@ sub thread_cleanup {
*Slic3r::GUI::TabIface::DESTROY = sub {};
*Slic3r::OctoPrint::DESTROY = sub {};
*Slic3r::Duet::DESTROY = sub {};
*Slic3r::PrintHostFactory::DESTROY = sub {};
*Slic3r::PrintHostFactory::DESTROY = sub {};
*Slic3r::PresetUpdater::DESTROY = sub {};
return undef; # this prevents a "Scalars leaked" warning
}