fix: remove unnecessary semicolon.

This commit is contained in:
Ansolve 2024-01-15 14:52:27 +08:00
parent 8b80deb3b3
commit cd2139edb1
No known key found for this signature in database
GPG Key ID: 2F2873AC9538CC2D
1 changed files with 13095 additions and 13096 deletions

View File

@ -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;