Remove stray newline.

This commit is contained in:
Karishma Chadha 2018-06-20 13:37:31 -04:00
parent b75a779540
commit b40ac54fdd

View file

@ -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,