Skip to content

Commit

Permalink
Fix Relay tests, fix React.js whitespace
Browse files Browse the repository at this point in the history
Reviewed By: steveluscher

Differential Revision: D3554045

fbshipit-source-id: c55bcecec7ce72def932d2dc37689283f2831bf4
  • Loading branch information
cpojer authored and Facebook Github Bot 2 committed Jul 13, 2016
1 parent 5189c94 commit b06b7ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Libraries/react-native/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
*
* @providesModule React
*/
'use strict';
module.exports = require('react/lib/React');

'use strict';

module.exports = require('react/lib/React');

0 comments on commit b06b7ae

Please sign in to comment.