Skip to content

Commit fe4bc60

Browse files
guntherjhgithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 467b924 commit fe4bc60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/rrdom/test/diff.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1835,9 +1835,9 @@ describe('diff algorithm for rrdom', () => {
18351835
this.cssRules = [{ cssText: baseStyle }];
18361836
}
18371837

1838-
vi
1839-
.spyOn(window, 'CSSStyleSheet')
1840-
.mockImplementationOnce(MockCSSStyleSheet as any);
1838+
vi.spyOn(window, 'CSSStyleSheet').mockImplementationOnce(
1839+
MockCSSStyleSheet as any,
1840+
);
18411841

18421842
const baseStyle = 'body {margin: 0;}';
18431843
const insertedStyle = 'div {display: flex;}';

0 commit comments

Comments
 (0)