chore: prettier
This commit is contained in:
parent
ac5caa4b5c
commit
02ba9b8677
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||||
|
|
Loading…
Reference in a new issue