Formatting

This commit is contained in:
Andras Schmelczer 2025-06-01 09:51:33 +01:00
parent 2cdf2ba74e
commit 22cafda53f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 7 additions and 3 deletions

View file

@ -11,7 +11,7 @@ export class StatusDescription {
private lastRemaining: number | undefined;
private lastConnectionState: NetworkConnectionStatus | undefined;
private statusChangeListeners: (() => void)[] = [];
private statusChangeListeners: (() => unknown)[] = [];
public constructor(private readonly syncClient: SyncClient) {
void this.updateConnectionState();