mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Fix linting
This commit is contained in:
parent
a762892879
commit
4570184c6b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue