Remove accidental newline

This commit is contained in:
Jonathan Carter
2016-02-27 14:41:03 -08:00
parent 6b4459e010
commit c635ee1ecf

View File

@@ -27,7 +27,6 @@ async function checkForUpdate(deploymentKey = null) {
* deployments (e.g. an early access deployment for insiders).
*/
const config = deploymentKey ? { ...nativeConfig, ...{ deploymentKey } } : nativeConfig;
const sdk = getPromisifiedSdk(requestFetchAdapter, config);
// Use dynamically overridden getCurrentPackage() during tests.