fix: remove unnecessary semicolon.
This commit is contained in:
parent
8b80deb3b3
commit
cd2139edb1
|
@ -13062,11 +13062,10 @@ export class Library extends Uninstantable {
|
|||
static other = {
|
||||
ignore: () => void 0
|
||||
};
|
||||
}
|
||||
Library.config = undefined;
|
||||
};
|
||||
|
||||
Library.config = undefined;
|
||||
Library.configOL = undefined;
|
||||
;
|
||||
|
||||
export const lib = Library;
|
||||
|
||||
|
|
Loading…
Reference in New Issue