From 02ba9b8677097d6e21f0a37a1fc0ea0ac6916695 Mon Sep 17 00:00:00 2001 From: DevAndromeda <46562212+DevAndromeda@users.noreply.github.com> Date: Sat, 7 Aug 2021 12:11:49 +0545 Subject: [PATCH] chore: prettier --- src/utils/Util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Util.ts b/src/utils/Util.ts index 70bf999..8b2c6d8 100644 --- a/src/utils/Util.ts +++ b/src/utils/Util.ts @@ -93,7 +93,7 @@ class Util { 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 };