run goimports

Signed-off-by: bn4t <me@bn4t.me>
This commit is contained in:
bn4t 2021-12-08 10:11:24 +01:00
parent b2cf2acd9d
commit dd937ccd07

View file

@ -19,12 +19,13 @@ import (
"crypto/tls"
"flag"
"fmt"
"github.com/matrix-org/gomatrixserverlib"
"net"
"net/http"
"os"
"time"
"github.com/matrix-org/gomatrixserverlib"
"github.com/gorilla/mux"
"github.com/matrix-org/dendrite/appservice"
"github.com/matrix-org/dendrite/cmd/dendrite-demo-yggdrasil/embed"