Fix linting

This commit is contained in:
Paul Kaplan 2018-07-19 16:41:07 -04:00
parent a762892879
commit 4570184c6b

View file

@ -342,7 +342,7 @@ class EV3 {
}); });
} }
coastAfter(port, time) { coastAfter (port, time) {
// Set the motor command id to check before starting coast // Set the motor command id to check before starting coast
const commandId = uid(); const commandId = uid();
this._motors.commandId[port] = commandId; this._motors.commandId[port] = commandId;