Skip to content

Commit

Permalink
Trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 21, 2024
1 parent c3d2870 commit 68e510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const storeProjectJSON = async (zip, type, projectData, options) => {
if (options.processJSON) {
const newData = await options.processJSON(type, projectData);
throwIfAborted(options);

if (newData) {
zip.file('project.json', ExtendedJSON.stringify(newData));
return true;
Expand Down

0 comments on commit 68e510a

Please sign in to comment.