Skip to content

Commit c1d8199

Browse files
authored
Fix JS style issue
1 parent fd0075f commit c1d8199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/tests/test_html_processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('HTMLProcessor.applyToElement.separator.node', () => {
102102
it('should clone separator element deeply', () => {
103103
expect(document.body.innerHTML).toEqual(
104104
'<div class="applied">今日は' +
105-
'<span style="white-space: normal;">\u200B</span>良い'+
105+
'<span style="white-space: normal;">\u200B</span>良い' +
106106
'<span style="white-space: normal;">\u200B</span>天気</div>'
107107
);
108108
});

0 commit comments

Comments
 (0)