From 5f74f022bcf0ad2764545fd0f30c6a23c2cec9fb 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:10 +0000 Subject: [PATCH] Format code with standardjs and prettier This commit fixes the style issues introduced in 5d6017b according to the output from standardjs and prettier. Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/de3cd5ec-d2fa-4fa0-8ed2-9f3abdb3ce43/ --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 05c712d..9e86641 100644 --- a/src/index.ts +++ b/src/index.ts @@ -55,4 +55,3 @@ main() .catch(async (err) => { logger.error(err); }); -