diff --git a/Marlin/src/module/temperature.cpp b/Marlin/src/module/temperature.cpp index b8a14ae76b4524e266cb2a8e63da87ce71717933..0cdce6dc72daab15683dd22830f2d98019d970ad 100644 --- a/Marlin/src/module/temperature.cpp +++ b/Marlin/src/module/temperature.cpp @@ -977,10 +977,7 @@ void Temperature::manage_heater() { #if EARLY_WATCHDOG // If thermal manager is still not running, make sure to at least reset the watchdog! - if (!inited) { - watchdog_reset(); - return; - } + if (!inited) return watchdog_reset(); #endif #if BOTH(PROBING_HEATERS_OFF, BED_LIMIT_SWITCHING)