Skip to content

Commit b34d07b

Browse files
committed
Run prettier for fixtures/ssr/src/components/SSRMismatchTest.js
1 parent fb4bbde commit b34d07b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fixtures/ssr/src/components/SSRMismatchTest.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ const testCases = [
243243
),
244244
},
245245
{
246-
key: 'ssr-warnForInsertedHydratedText-didNotFindHydratableTextInstance-replacement',
246+
key:
247+
'ssr-warnForInsertedHydratedText-didNotFindHydratableTextInstance-replacement',
247248
renderServer: () => (
248249
<div>
249250
nested{' '}
@@ -262,7 +263,8 @@ const testCases = [
262263
),
263264
},
264265
{
265-
key: 'ssr-warnForInsertedHydratedText-didNotFindHydratableTextInstance-insertion',
266+
key:
267+
'ssr-warnForInsertedHydratedText-didNotFindHydratableTextInstance-insertion',
266268
renderServer: () => (
267269
<div>
268270
nested{' '}

0 commit comments

Comments
 (0)