From 6e6b068ae2adc8c5ef8acb633dcadfbdc3221b61 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 11 Jun 2025 12:39:28 -0400 Subject: tools/reformat --- ui/lib/markdown.test.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ui/lib/markdown.test.js') diff --git a/ui/lib/markdown.test.js b/ui/lib/markdown.test.js index 126eacd..7aa10b1 100644 --- a/ui/lib/markdown.test.js +++ b/ui/lib/markdown.test.js @@ -7,7 +7,7 @@ describe('render', async () => { const html = md.render(markdown); expect(html).toStrictEqual( `

a link

-` +`, ); }); @@ -16,7 +16,7 @@ describe('render', async () => { const html = md.render(markdown); expect(html).toStrictEqual( `

a link

-` +`, ); }); @@ -28,7 +28,7 @@ describe('render', async () => { const html = md.render(markdown); expect(html).toStrictEqual( `

a link

-` +`, ); }); @@ -40,7 +40,7 @@ describe('render', async () => { const html = md.render(markdown); expect(html).toStrictEqual( `

a link

-` +`, ); }); @@ -49,7 +49,7 @@ describe('render', async () => { const html = md.render(markdown); expect(html).toStrictEqual( `

a link

-` +`, ); }); }); -- cgit v1.2.3