Fix linting

This commit is contained in:
Till Faelligen 2024-11-14 16:40:08 +01:00
parent 3ca9dae95a
commit 11b48749bf
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
51 changed files with 68 additions and 65 deletions

View file

@ -12,13 +12,13 @@ import (
"fmt"
"sync"
"github.com/getsentry/sentry-go"
"github.com/element-hq/dendrite/federationapi/producers"
"github.com/element-hq/dendrite/federationapi/types"
"github.com/element-hq/dendrite/roomserver/api"
rstypes "github.com/element-hq/dendrite/roomserver/types"
syncTypes "github.com/element-hq/dendrite/syncapi/types"
userAPI "github.com/element-hq/dendrite/userapi/api"
"github.com/getsentry/sentry-go"
"github.com/matrix-org/gomatrixserverlib"
"github.com/matrix-org/gomatrixserverlib/fclient"
"github.com/matrix-org/gomatrixserverlib/spec"