Skip to content

Commit

Permalink
Cleared extra whitespace. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
NicBonetto committed Oct 29, 2017
1 parent de26d9d commit c7ee43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/__tests__/ReactDOMAttribute-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('ReactDOM unknown attribute', () => {
expectDev(
normalizeCodeLocInfo(console.error.calls.argsFor(0)[0]),
).toMatch(
'Warning: Received `true` for non-boolean attribute `unknown`.\n\n ' +
'Warning: Received `true` for non-boolean attribute `unknown`.\n\n' +
'If you want `unknown` to appear in the DOM, cast it to a string. ' +
'For example, you can pass `unknown="true"` or `unknown={value.toString()}` instead.\n' +
' in div (at **)',
Expand Down

0 comments on commit c7ee43d

Please sign in to comment.