From 0e74bac653a3b175947a61c1ca6699032fc035b7 Mon Sep 17 00:00:00 2001 From: Prateek Sachan Date: Wed, 29 Jan 2020 06:03:55 +0530 Subject: [PATCH] Reorganized imports --- clientapi/routing/register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientapi/routing/register.go b/clientapi/routing/register.go index 4d9c9d2b7..b21a53893 100644 --- a/clientapi/routing/register.go +++ b/clientapi/routing/register.go @@ -22,7 +22,6 @@ import ( "encoding/json" "errors" "fmt" - "github.com/matrix-org/gomatrixserverlib/tokens" "io/ioutil" "net/http" "net/url" @@ -44,6 +43,7 @@ import ( "github.com/matrix-org/dendrite/clientapi/userutil" "github.com/matrix-org/dendrite/common" "github.com/matrix-org/gomatrixserverlib" + "github.com/matrix-org/gomatrixserverlib/tokens" "github.com/matrix-org/util" "github.com/prometheus/client_golang/prometheus" log "github.com/sirupsen/logrus"