From 112f6f5820d49afeda305339a6fbd2dbd1f513eb Mon Sep 17 00:00:00 2001 From: Prateek Sachan Date: Tue, 10 Mar 2020 04:11:09 +0530 Subject: [PATCH] fix goimports --- clientapi/routing/pushrules.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clientapi/routing/pushrules.go b/clientapi/routing/pushrules.go index e05a0aae4..49b85eef7 100644 --- a/clientapi/routing/pushrules.go +++ b/clientapi/routing/pushrules.go @@ -2,12 +2,13 @@ package routing import ( "encoding/json" + "net/http" + "github.com/matrix-org/dendrite/clientapi/auth/authtypes" "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts" "github.com/matrix-org/dendrite/clientapi/jsonerror" "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/util" - "net/http" ) type PushCondition struct {