From e17f2859dc81f037d564c02274f43709de326897 Mon Sep 17 00:00:00 2001 From: Alexey Filippov Date: Sun, 30 Jul 2023 21:04:38 +0300 Subject: [PATCH] style: remove whitespace --- packages/core/nest-factory.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/nest-factory.ts b/packages/core/nest-factory.ts index cad2ed024c1..1a907828fe7 100644 --- a/packages/core/nest-factory.ts +++ b/packages/core/nest-factory.ts @@ -164,7 +164,6 @@ export class NestFactoryStatic { this.setAbortOnError(options); this.registerLoggerConfiguration(options); - await this.initialize( moduleCls, container,