Skip to content

Commit

Permalink
refactor: remove spaces for consistency (#8751)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerkanSipahi committed Mar 15, 2022
1 parent 486f8c5 commit 5608956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/sample5-subscribers/subscriber/EverythingSubscriber.ts
Expand Up @@ -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()
Expand Down Expand Up @@ -86,4 +86,4 @@ export class EverythingSubscriber implements EntitySubscriberInterface {
console.log(`AFTER ENTITY LOADED: `, entity);
}

}
}

0 comments on commit 5608956

Please sign in to comment.