fix goimports

This commit is contained in:
Prateek Sachan 2020-03-10 04:11:09 +05:30
parent c7d2a8a050
commit 112f6f5820

View file

@ -2,12 +2,13 @@ package routing
import ( import (
"encoding/json" "encoding/json"
"net/http"
"github.com/matrix-org/dendrite/clientapi/auth/authtypes" "github.com/matrix-org/dendrite/clientapi/auth/authtypes"
"github.com/matrix-org/dendrite/clientapi/auth/storage/accounts" "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts"
"github.com/matrix-org/dendrite/clientapi/jsonerror" "github.com/matrix-org/dendrite/clientapi/jsonerror"
"github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/gomatrixserverlib"
"github.com/matrix-org/util" "github.com/matrix-org/util"
"net/http"
) )
type PushCondition struct { type PushCondition struct {