Update Soldering.cpp Fix formatting

This commit is contained in:
nonokirby
2025-01-21 22:09:23 -05:00
committed by GitHub
parent 06629c6d87
commit 7869b28736

View File

@@ -66,9 +66,9 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt)
break;
case BUTTON_F_SHORT:
if (getSettingValue(SettingsOptions::LockingMode) == lockingMode_t::TEMP) {
break;
break;
}
case BUTTON_B_SHORT:
case BUTTON_B_SHORT:
cxt->transitionMode = TransitionAnimation::Left;
return OperatingMode::TemperatureAdjust;
case BUTTON_BOTH_LONG: