Skip to content

Commit

Permalink
Run prettier for fixtures/ssr/src/components/SSRMismatchTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sompylasar committed Feb 26, 2018
1 parent fb4bbde commit b34d07b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fixtures/ssr/src/components/SSRMismatchTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ const testCases = [
),
},
{
key: 'ssr-warnForInsertedHydratedText-didNotFindHydratableTextInstance-replacement',
key:
'ssr-warnForInsertedHydratedText-didNotFindHydratableTextInstance-replacement',
renderServer: () => (
<div>
nested{' '}
Expand All @@ -262,7 +263,8 @@ const testCases = [
),
},
{
key: 'ssr-warnForInsertedHydratedText-didNotFindHydratableTextInstance-insertion',
key:
'ssr-warnForInsertedHydratedText-didNotFindHydratableTextInstance-insertion',
renderServer: () => (
<div>
nested{' '}
Expand Down

0 comments on commit b34d07b

Please sign in to comment.