Code style on unary ops

This commit is contained in:
Sashko Stubailo
2015-02-05 12:04:30 -08:00
parent bc0dec8593
commit 68565d4ade

View File

@@ -27,7 +27,7 @@ exports.tryToDownloadUpdate = function (options) {
if (checkInProgress)
return;
checkInProgress = true;
checkForUpdate(!!options.showBanner, !!options.printErrors);
checkForUpdate(!! options.showBanner, !! options.printErrors);
checkInProgress = false;
};