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

@ -27,4 +27,4 @@ export function setLogger(logger: Logger): void {
*/
export function getLogger(): Logger {
return globalLogger;
}
}