mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Lint
This commit is contained in:
parent
231402fc53
commit
fe13f30037
2 changed files with 2 additions and 2 deletions
|
@ -481,7 +481,7 @@ class Scratch3LooksBlocks {
|
|||
return util.target.getCostumes()[util.target.currentCostume].name;
|
||||
}
|
||||
|
||||
doNothing() {}
|
||||
doNothing () {}
|
||||
}
|
||||
|
||||
module.exports = Scratch3LooksBlocks;
|
||||
|
|
|
@ -295,7 +295,7 @@ class Scratch3SensingBlocks {
|
|||
return 0;
|
||||
}
|
||||
|
||||
doNothing() {}
|
||||
doNothing () {}
|
||||
}
|
||||
|
||||
module.exports = Scratch3SensingBlocks;
|
||||
|
|
Loading…
Reference in a new issue