From 5564e90f7c96ffbc31374a0f7c0b0daf85def979 Mon Sep 17 00:00:00 2001 From: Pushpam Choudhary Date: Thu, 5 Dec 2019 21:09:51 +0530 Subject: [PATCH] Formatting changes in basecomponent/base.go --- common/basecomponent/base.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/basecomponent/base.go b/common/basecomponent/base.go index 717802966..42f6fa75d 100644 --- a/common/basecomponent/base.go +++ b/common/basecomponent/base.go @@ -21,15 +21,15 @@ import ( "github.com/matrix-org/dendrite/common/keydb" "github.com/matrix-org/gomatrixserverlib" - + "github.com/matrix-org/naffka" "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts" "github.com/matrix-org/dendrite/clientapi/auth/storage/devices" "github.com/matrix-org/dendrite/common" - "github.com/gorilla/mux" sarama "github.com/Shopify/sarama" + "github.com/gorilla/mux" appserviceAPI "github.com/matrix-org/dendrite/appservice/api" "github.com/matrix-org/dendrite/common/config"