fmt
This commit is contained in:
parent
2c105710ea
commit
cbb691abe1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue