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/
pull/8/head
deepsource-autofix[bot] 2020-10-08 20:39:27 +00:00 committed by GitHub
parent 2db1b6a1f8
commit c89e1d9d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -308,8 +308,7 @@ module.exports.logout = function () {
// Gracefully close shared browser // Gracefully close shared browser
if (!shared.isolation && _browser !== null) { if (!shared.isolation && _browser !== null) {
_browser.close() _browser.close().then(() => (_browser = null));
.then(() => _browser = null);
} }
}; };
//#endregion //#endregion