refactor: remove spaces for consistency (#8751)

This commit is contained in:
Bitcollage 2022-03-15 11:29:07 +01:00 committed by GitHub
parent 486f8c5821
commit 5608956730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import {EntitySubscriberInterface} from "../../../src/subscriber/EntitySubscribe
import {InsertEvent} from "../../../src/subscriber/event/InsertEvent";
import {RecoverEvent} from "../../../src/subscriber/event/RecoverEvent";
import {RemoveEvent} from "../../../src/subscriber/event/RemoveEvent";
import { SoftRemoveEvent } from "../../../src/subscriber/event/SoftRemoveEvent";
import {SoftRemoveEvent} from "../../../src/subscriber/event/SoftRemoveEvent";
import {UpdateEvent} from "../../../src/subscriber/event/UpdateEvent";
@EventSubscriber()
@ -86,4 +86,4 @@ export class EverythingSubscriber implements EntitySubscriberInterface {
console.log(`AFTER ENTITY LOADED: `, entity);
}
}
}