mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
refactor: remove spaces for consistency (#8751)
This commit is contained in:
parent
486f8c5821
commit
5608956730
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user