From e97409e2eb2add580092700a29ece0d06cbf6f04 Mon Sep 17 00:00:00 2001 From: MohitKS5 Date: Mon, 5 Mar 2018 22:22:49 +0530 Subject: [PATCH] lint errors --- .../matrix-org/dendrite/clientapi/routing/register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/register.go b/src/github.com/matrix-org/dendrite/clientapi/routing/register.go index d8a991aca..649c05372 100755 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/register.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/register.go @@ -202,7 +202,7 @@ func Register( // TODO: Handle loading of previous session parameters from database. // TODO: Handle mapping registrationRequest parameters into session parameters - + return HandleUserInteractiveFlow(req, r.userInteractiveFlowRequest, sessionID, cfg, userInteractiveResponse{ // passing the list of allowed Flows and Params