mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
chore: fix indentation and semi in core
This commit is contained in:
@@ -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[]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user