Format code with prettier

This commit fixes the style issues introduced in 22bd796 according to the output
from prettier.

Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/57cbbdf9-5bee-4d10-9216-671d1f284622/
pull/36/head
deepsource-autofix[bot] 2020-10-21 20:36:13 +00:00 committed by GitHub
parent 22bd79684c
commit 49ad6896cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ async function getGamePreviewSource(page) {
} catch {
return null;
}
const src = await page.evaluate(
/* istanbul ignore next */
(selector) => {

View File

@ -4,7 +4,7 @@
const fs = require("fs");
// Public modules from npm
const _ = require('lodash');
const _ = require("lodash");
const expect = require("chai").expect;
const sleep = require("sleep");
const dotenv = require("dotenv");