chore: prettier

This commit is contained in:
DevAndromeda 2021-08-07 12:11:49 +05:45
parent ac5caa4b5c
commit 02ba9b8677
No known key found for this signature in database
GPG key ID: FA40E3EC5CB6DCD6

View file

@ -93,7 +93,7 @@ class Util {
return new Promise((r) => setTimeout(r, time)); return new Promise((r) => setTimeout(r, time));
} }
static noop() { } // eslint-disable-line @typescript-eslint/no-empty-function static noop() {} // eslint-disable-line @typescript-eslint/no-empty-function
} }
export { Util }; export { Util };