From c49b8b48379be0cf7a08827e91c0993ef2830ade 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:33:43 +0000 Subject: [PATCH] Format code with standardjs and prettier This commit fixes the style issues introduced in 69cbbaa according to the output from standardjs and prettier. Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/a0b957b7-58e0-4541-9efe-b33b6bb3494c/ --- 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); }); -