From 550a560f40330468a7ce05a59e27c295702f842b Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 1 Feb 2022 17:54:08 +0530 Subject: [PATCH] Remove space --- src/matrix/registration/Registration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/registration/Registration.ts b/src/matrix/registration/Registration.ts index 312c442b..72f0c401 100644 --- a/src/matrix/registration/Registration.ts +++ b/src/matrix/registration/Registration.ts @@ -15,7 +15,7 @@ limitations under the License. */ import type {HomeServerApi} from "../net/HomeServerApi"; -import { registrationStageFromType } from "./registrationStageFromType"; +import {registrationStageFromType} from "./registrationStageFromType"; import type {BaseRegistrationStage} from "./stages/BaseRegistrationStage"; export type RegistrationParameters = {