fixed goimports

This commit is contained in:
Prateek Sachan 2020-03-17 21:18:24 +05:30
parent 2de1e2a05d
commit ffab322c54

View file

@ -19,11 +19,12 @@ import (
"context"
"database/sql"
"encoding/json"
"github.com/matrix-org/dendrite/roomserver/api"
"github.com/matrix-org/dendrite/syncapi/types"
"sort"
"strings"
"github.com/matrix-org/dendrite/roomserver/api"
"github.com/matrix-org/dendrite/syncapi/types"
"github.com/matrix-org/dendrite/common"
"github.com/matrix-org/gomatrixserverlib"
log "github.com/sirupsen/logrus"