Removes trailing spaces.
This commit is contained in:
parent
a190311612
commit
eaa4c3cf0b
@ -61,7 +61,7 @@ export class VFS
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
// If Exception, the file does not exis
|
// If Exception, the file does not exist
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,6 @@ import { AbstractWinstonLogger } from "@spt-aki/utils/logging/AbstractWinstonLog
|
|||||||
@injectable()
|
@injectable()
|
||||||
export class WinstonMainLogger extends AbstractWinstonLogger
|
export class WinstonMainLogger extends AbstractWinstonLogger
|
||||||
{
|
{
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
@inject("AsyncQueue") protected asyncQueue: IAsyncQueue
|
@inject("AsyncQueue") protected asyncQueue: IAsyncQueue
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user