Skip to content

Commit

Permalink
formatting files with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 18, 2024
1 parent 33bb392 commit 209be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NFTMarkerCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Module.onRuntimeInitialized = async function () {
imageData.sizeX,
imageData.sizeY,
imageData.nc,
paramStr
paramStr,
);
console.log("Create NFT Dataset complete...");

Expand Down

0 comments on commit 209be67

Please sign in to comment.