Run goimports

This commit is contained in:
Till Faelligen 2024-12-21 21:22:08 +01:00
parent 9a3d4b0951
commit aa44dfc450
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E
2 changed files with 9 additions and 7 deletions

View file

@ -5,6 +5,11 @@ import (
"context"
"encoding/json"
"fmt"
"net/http"
"net/http/httptest"
"strings"
"testing"
"github.com/element-hq/dendrite/setup/config"
"github.com/element-hq/dendrite/test"
"github.com/element-hq/dendrite/test/testrig"
@ -12,10 +17,6 @@ import (
"github.com/matrix-org/gomatrixserverlib"
"github.com/matrix-org/gomatrixserverlib/fclient"
"github.com/matrix-org/gomatrixserverlib/spec"
"net/http"
"net/http/httptest"
"strings"
"testing"
)
type mockKeyAPI struct {