Skip to content

Commit 2f6a461

Browse files
committed
Inprove code style
1 parent 3489df2 commit 2f6a461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

local-cli/util/Config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const path = require('path');
1919

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

22-
const blacklist = require('metro/src/blacklist')
22+
const blacklist = require('metro/src/blacklist');
2323

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

@@ -60,7 +60,7 @@ const getProjectRoots = () => {
6060

6161
const getBlacklistRE = () => {
6262
return blacklist([/.*\/__fixtures__\/.*/])
63-
}
63+
};
6464

6565
/**
6666
* Module capable of getting the configuration out of a given file.

0 commit comments

Comments
 (0)