mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-12 07:45:41 -05:00
Fix eslint whitespace error
This commit is contained in:
parent
8f0130e439
commit
6c2e0338a1
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ const loadOldTextCostume = function (baseMD5ext, textMD5ext, costume, runtime) {
|
|||
return new Promise((resolve, reject) => {
|
||||
canvas.toBlob(blob => {
|
||||
const reader = new FileReader();
|
||||
const onError = function() {
|
||||
const onError = function () {
|
||||
// eslint-disable-next-line no-use-before-define
|
||||
removeEventListeners();
|
||||
reject();
|
||||
|
|
Loading…
Reference in a new issue