Format code with prettier

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

Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/ae7afd9f-e945-4a6d-b27b-f910046a2311/
pull/41/head
deepsource-autofix[bot] 2020-10-24 18:53:04 +00:00 committed by GitHub
parent d24593a04a
commit 681844688e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const F95API = require("../app/index.js"); const F95API = require("../app/index.js");
F95API.debug(true); F95API.debug(true);
main(); main();