diff --git a/server/auth/types/authentication_type.ts b/server/auth/types/authentication_type.ts index faec853a6..f752f349b 100755 --- a/server/auth/types/authentication_type.ts +++ b/server/auth/types/authentication_type.ts @@ -292,4 +292,4 @@ export abstract class AuthenticationType implements IAuthenticationType { request: OpenSearchDashboardsRequest ): any; public abstract init(): Promise; -} \ No newline at end of file +} diff --git a/server/plugin.ts b/server/plugin.ts index 7fd64fdb6..9d7b93d6b 100644 --- a/server/plugin.ts +++ b/server/plugin.ts @@ -302,4 +302,4 @@ export class SecurityPlugin implements Plugin