diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/user_interactive_auth_flow.go b/src/github.com/matrix-org/dendrite/clientapi/routing/user_interactive_auth_flow.go index cbd586982..f29a9aad7 100755 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/user_interactive_auth_flow.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/user_interactive_auth_flow.go @@ -227,9 +227,9 @@ func validateApplicationService( return "", &util.JSONResponse{ Code: 401, JSON: jsonerror.ASExclusive(fmt.Sprintf( - "Supplied username %s did not match any namespaces for application service ID: %s", - username, - matchedApplicationService.ID)), + "Supplied username %s did not match any namespaces for application service ID: %s", + username, + matchedApplicationService.ID)), } }