Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Jan 16, 2025
1 parent 2c10571 commit cbb691a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2renderers/d2sketch/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ const root = {
const rc = rough.svg(root, { seed: 1 });
let node;

if (typeof globalThis !== 'undefined') {
if (typeof globalThis !== "undefined") {
globalThis.rc = rc;
}

0 comments on commit cbb691a

Please sign in to comment.