From c89e1d9d4bf5b46afcc4abc54186bb9fce974b57 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 20:39:27 +0000 Subject: [PATCH] Format code with prettier This commit fixes the style issues introduced in 2db1b6a according to the output from prettier. Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/0f5f4240-51d3-4a7b-b22a-6d2446036acb/ --- app/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/index.js b/app/index.js index 867790a..f146aa8 100644 --- a/app/index.js +++ b/app/index.js @@ -308,8 +308,7 @@ module.exports.logout = function () { // Gracefully close shared browser if (!shared.isolation && _browser !== null) { - _browser.close() - .then(() => _browser = null); + _browser.close().then(() => (_browser = null)); } }; //#endregion