Merge pull request #283 from ZynerOrg/deepsource-transform-e99eff90

Format code with standardjs and prettier
This commit is contained in:
Axel Olausson Holtenäs 2022-05-17 10:33:24 +02:00 committed by GitHub
commit 69cbbaa67a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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