mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Remove stray newline.
This commit is contained in:
parent
b75a779540
commit
b40ac54fdd
1 changed files with 0 additions and 1 deletions
|
@ -666,7 +666,6 @@ const sb2import = function (json, runtime, optForceSprite, zip) {
|
|||
extensionIDs: new Set(),
|
||||
extensionURLs: new Map()
|
||||
};
|
||||
|
||||
return parseScratchObject(json, runtime, extensions, !optForceSprite, zip)
|
||||
.then(targets => ({
|
||||
targets,
|
||||
|
|
Loading…
Reference in a new issue