Skip to content

Commit ec04499

Browse files
committed
Issue #33: Fixing code style erros
1 parent 6e6c9ea commit ec04499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kpi_rover_ecu/src/motor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ int Motor::MotorGo(int newRPM) {
2828
LOG_WARNING << "RPM out of range for motor" << motorNumber_;
2929
newRPM = -kMaxRpm;
3030
}
31-
31+
3232
if (MotorSet(newRPM) == -1) {
3333
LOG_ERROR << "MotorSet failed";
3434
return -1;

0 commit comments

Comments
 (0)