Skip to content

Commit

Permalink
editor messed up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Levy committed Apr 5, 2018
1 parent 48c7b53 commit 34816fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/ReactElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ export function cloneAndReplaceKey(oldElement, newKey) {
*/
export function cloneElement(element, config, children) {
invariant(
!(element === null || element === undefined),
'Cannot clone a null or undefined element.'
!(element === null || element === undefined),
'Cannot clone a null or undefined element.'
);

let propName;
Expand Down

0 comments on commit 34816fc

Please sign in to comment.