chore: fix indentation and semi in core

This commit is contained in:
Wesley F. Young
2024-08-09 14:09:42 +08:00
parent bd9ee62118
commit cfc68e70b6
31 changed files with 1776 additions and 1776 deletions

View File

@@ -1,4 +1,4 @@
import { SelfInfo } from "./user"
import { SelfInfo } from "./user";
export interface LineDevice {
instanceId: number
@@ -13,4 +13,4 @@ export interface OBLineDevice {
export interface CoreCache {
selfInfo: SelfInfo,
DeviceList: OBLineDevice[]
}
}