mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
style: nit add missing whiteline
This commit is contained in:
@@ -668,6 +668,7 @@ export class Module {
|
||||
private isTransientProvider(provider: Type<any>): boolean {
|
||||
return getClassScope(provider) === Scope.TRANSIENT;
|
||||
}
|
||||
|
||||
private isRequestScopeProvider(provider: Type<any>): boolean {
|
||||
return getClassScope(provider) === Scope.REQUEST;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user