chore: reformat code style

This commit is contained in:
Seijo Cecilia
2024-08-26 14:52:05 +08:00
parent fa1d266696
commit b16a429686
60 changed files with 295 additions and 237 deletions

View File

@@ -28,7 +28,7 @@ export class OB11PassiveWebSocketAdapter implements IOB11NetworkAdapter {
heartbeatInterval: number,
token: string,
core: NapCatCore,
public actions: ActionMap
public actions: ActionMap,
) {
this.core = core;
this.logger = core.context.logger;