Skip to content

Commit 1015f64

Browse files
committed
format
1 parent 33de7c2 commit 1015f64

File tree

1 file changed

+2
-1
lines changed
  • stm32-modules/include/thermocycler-gen2/thermocycler-gen2

1 file changed

+2
-1
lines changed

stm32-modules/include/thermocycler-gen2/thermocycler-gen2/motor_task.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,8 @@ class MotorTask {
12461246
: LidState::Status::IDLE;
12471247
if (!policy.lid_read_closed_switch()) {
12481248
error = errors::ErrorCode::UNEXPECTED_LID_STATE;
1249-
_lid_stepper_state.position = motor_util::LidStepper::Position::BETWEEN;
1249+
_lid_stepper_state.position =
1250+
motor_util::LidStepper::Position::BETWEEN;
12501251
} else {
12511252
error = handle_lid_state_enter(next_state, policy);
12521253
}

0 commit comments

Comments
 (0)