Skip to content

Commit

Permalink
Inprove code style
Browse files Browse the repository at this point in the history
  • Loading branch information
t4deu committed Jan 19, 2018
1 parent 3489df2 commit 2f6a461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-cli/util/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const path = require('path');

const {Config: MetroConfig} = require('metro');

const blacklist = require('metro/src/blacklist')
const blacklist = require('metro/src/blacklist');

const RN_CLI_CONFIG = 'rn-cli.config.js';

Expand Down Expand Up @@ -60,7 +60,7 @@ const getProjectRoots = () => {

const getBlacklistRE = () => {
return blacklist([/.*\/__fixtures__\/.*/])
}
};

/**
* Module capable of getting the configuration out of a given file.
Expand Down

0 comments on commit 2f6a461

Please sign in to comment.