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 = {