Skip to content

Commit 8c9d62c

Browse files
committed
style(json-crdt-extensions): 💄 run formatter
1 parent fe45d87 commit 8c9d62c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/json-crdt-extensions/peritext/transfer/__tests__/PeritextDataTransfer.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@ describe('Markdown', () => {
315315
assertMarkdownReExport('par_a_g`a`ph\n\n> blo__c__kqu`o`te');
316316
assertMarkdownReExport('par_a_g`a`ph\n\n> blo__c__kqu`o`te e\n\n```\ncode block\n```');
317317
assertMarkdownReExport('par_a_g`a`ph\n\n> blo__c__kqu`o`te e\n\n```\ncode block\n```\n\npar_a_g`a`ph 2');
318-
assertMarkdownReExport('par_a_g`a`ph\n\n> blo__c__kqu`o`te e\n\n```\ncode block\n```\n\npar_a_g`a`ph 2\n\n> blo__c__kqu`o`te 2');
318+
assertMarkdownReExport(
319+
'par_a_g`a`ph\n\n> blo__c__kqu`o`te e\n\n```\ncode block\n```\n\npar_a_g`a`ph 2\n\n> blo__c__kqu`o`te 2',
320+
);
319321
});
320322

321323
test('can re-export demo text', () => {
@@ -337,6 +339,6 @@ describe('Markdown', () => {
337339
'A `ClipboardEvent` is dispatched for copy, cut, and paste events, and it contains ' +
338340
'a `clipboardData` property of type `DataTransfer`. The `DataTransfer` object ' +
339341
'is used by the Clipboard Events API to hold multiple representations of data.';
340-
assertMarkdownReExport(markdown)
342+
assertMarkdownReExport(markdown);
341343
});
342344
});

0 commit comments

Comments
 (0)