Format and lint

This commit is contained in:
Andras Schmelczer 2025-06-08 12:13:35 +01:00
parent deca4c4dc2
commit 83823b48f2
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
21 changed files with 137 additions and 67 deletions

View file

@ -275,7 +275,9 @@ export class SyncClient {
});
}
public async updateLocalCursors(documentToCursors: Record<RelativePath, CursorSpan[]>): Promise<void> {
public async updateLocalCursors(
documentToCursors: Record<RelativePath, CursorSpan[]>
): Promise<void> {
this.webSocketManager.updateLocalCursors({ documentToCursors });
}