Skip to content

Commit a5671e1

Browse files
guntherjhgithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 62e9a1f commit a5671e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/rrweb/src/utils.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ import type {
1111
IMirror,
1212
} from '@rrweb/types';
1313
import type { Mirror, SlimDOMOptions } from 'rrweb-snapshot';
14-
import { isShadowRoot, IGNORED_NODE, classMatchesRegex, getNative, nativeSetTimeout } from 'rrweb-snapshot';
14+
import {
15+
isShadowRoot,
16+
IGNORED_NODE,
17+
classMatchesRegex,
18+
getNative,
19+
nativeSetTimeout,
20+
} from 'rrweb-snapshot';
1521
import { RRNode, RRIFrameElement, BaseRRNode } from 'rrdom';
1622
import dom from '@rrweb/utils';
1723

0 commit comments

Comments
 (0)