From 681844688e50ffd0b22c0f50cd70514344928035 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 18:53:04 +0000 Subject: [PATCH] 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/ --- test/user-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/user-test.js b/test/user-test.js index c7a1442..c6f6b29 100644 --- a/test/user-test.js +++ b/test/user-test.js @@ -1,4 +1,4 @@ -const F95API = require("../app/index.js"); +const F95API = require("../app/index.js"); F95API.debug(true); main();