Adding an empty line back in.

This commit is contained in:
Evelyn Eastmond 2019-04-27 18:24:01 -04:00
parent 7ed8d376c5
commit 14162b9920

View file

@ -553,6 +553,7 @@ class BoostMotor {
*/ */
turnOff (useLimiter = true) { turnOff (useLimiter = true) {
// if (this.power === 0) return; // if (this.power === 0) return;
const cmd = this._parent.generateOutputCommand( const cmd = this._parent.generateOutputCommand(
this._index, this._index,
BoostOutputExecution.EXECUTE_IMMEDIATELY ^ BoostOutputExecution.COMMAND_FEEDBACK, BoostOutputExecution.EXECUTE_IMMEDIATELY ^ BoostOutputExecution.COMMAND_FEEDBACK,