Removes trailing spaces.

This commit is contained in:
Refringe 2023-11-07 23:29:25 -05:00
parent a190311612
commit eaa4c3cf0b
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E
4 changed files with 95 additions and 96 deletions

View File

@ -61,7 +61,7 @@ export class VFS
}
catch
{
// If Exception, the file does not exis
// If Exception, the file does not exist
return false;
}
}

View File

@ -6,7 +6,6 @@ import { AbstractWinstonLogger } from "@spt-aki/utils/logging/AbstractWinstonLog
@injectable()
export class WinstonMainLogger extends AbstractWinstonLogger
{
constructor(
@inject("AsyncQueue") protected asyncQueue: IAsyncQueue
)