fix(formatting): Fix minor formatting issues and newline consistency across project files

This commit is contained in:
2025-05-03 18:56:00 +00:00
parent 7d087e39ef
commit def467a27b
9 changed files with 53 additions and 50 deletions

View File

@@ -17,4 +17,4 @@ export class TimeoutError extends NetworkError {
this.name = 'TimeoutError';
Object.setPrototypeOf(this, new.target.prototype);
}
}
}