Fix spacing

Reviewed By: cpojer

Differential Revision: D2568166

fb-gh-sync-id: 8cedfd49ae4ce0de57a4ff3b499057c748803bd3
This commit is contained in:
Bhuwan Khattar 2015-10-21 17:38:19 -07:00 committed by facebook-github-bot-7
parent 3a8f9e1080
commit aff4cfb3b3
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ module.exports = {
process(src, file) {
// Don't transform node_modules, except react-tools which includes the
// untransformed copy of React
if (
file.match(/node_modules\/(?!react-tools\/)/)
) {
if (file.match(/node_modules\/(?!react-tools\/)/)) {
return src;
}