Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
SuttonKyle committed May 7, 2024
1 parent 6d484f4 commit 46ad6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const scaleTextLayer = async (
await renderTextLayer({
textContentSource: textContent,
container: textLayerFragment,
viewport: vs,
viewport: vs
}).promise;
textLayerDiv.appendChild(textLayerFragment);
};
Expand Down

0 comments on commit 46ad6e8

Please sign in to comment.