From fa201908a32eb635b9eebb7f13431ade8c8d01e9 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Wed, 1 Oct 2014 14:37:31 -0700 Subject: [PATCH] Whitespace --- packages/autoupdate/autoupdate_server.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/autoupdate/autoupdate_server.js b/packages/autoupdate/autoupdate_server.js index 34ff5f2ca3..c27202f0df 100644 --- a/packages/autoupdate/autoupdate_server.js +++ b/packages/autoupdate/autoupdate_server.js @@ -77,10 +77,10 @@ var updateVersions = function (shouldReloadClientProgram) { process.env.AUTOUPDATE_VERSION || WebApp.calculateClientHashRefreshable(); - Autoupdate.autoupdateVersionCordova = - __meteor_runtime_config__.autoupdateVersionCordova = - process.env.AUTOUPDATE_VERSION || - WebApp.calculateClientHashCordova(); + Autoupdate.autoupdateVersionCordova = + __meteor_runtime_config__.autoupdateVersionCordova = + process.env.AUTOUPDATE_VERSION || + WebApp.calculateClientHashCordova(); // Step 2: form the new client boilerplate which contains the updated // assets and __meteor_runtime_config__.