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/
This commit is contained in:
deepsource-autofix[bot] 2022-05-17 08:34:10 +00:00 committed by GitHub
parent 390cdc003d
commit 5f74f022bc
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);
});