From a9938fac69fd376e7449f3c3138ae3ebdf873a26 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 08:34:25 +0000 Subject: [PATCH] Format code with standardjs and prettier This commit fixes the style issues introduced in 390cdc0 according to the output from standardjs and prettier. Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/ff1fb6ca-4dee-478b-a00f-bff5bbe35c82/ --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9e86641..5429d5e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,7 +47,6 @@ const main = async () => { client.login(token); }; - main() .then(async () => { logger.silly("Main process started");