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/
This commit is contained in:
deepsource-autofix[bot] 2022-05-17 08:33:43 +00:00 committed by GitHub
parent 69cbbaa67a
commit c49b8b4837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,4 +55,3 @@ main()
.catch(async (err) => {
logger.error(err);
});