From 782453d35edbce4203b29270ab3c3056600a4876 Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Mon, 7 Aug 2017 06:38:32 -0700 Subject: [PATCH] Fix indentation Summary: Fixes the indentation of a line. Reviewed By: cpojer Differential Revision: D5573550 fbshipit-source-id: 4ae095b3d14d1dd4e94ba4035c5624ddbd48f505 --- local-cli/util/Config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/util/Config.js b/local-cli/util/Config.js index 6a74007e691..8c1b7cff15c 100644 --- a/local-cli/util/Config.js +++ b/local-cli/util/Config.js @@ -60,7 +60,7 @@ export type ConfigT = { * Specify any additional polyfill modules that should be processed * before regular module loading. */ - getPolyfillModuleNames: () => Array, + getPolyfillModuleNames: () => Array, /** * Specify any additional platforms to be used by the packager.