aboutsummaryrefslogtreecommitdiff
path: root/contrib/dendrite-demo-tor/main.go
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-11-14 16:40:08 +0100
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-11-14 16:40:08 +0100
commit11b48749bf96fb1f7761df6d7a21cf1cd8484e20 (patch)
tree7ab3b438b9edf72bc34b633030cac7735fa4376c /contrib/dendrite-demo-tor/main.go
parent3ca9dae95a3852a39c0ca1879a34fbf23098a9ff (diff)
Fix linting
Diffstat (limited to 'contrib/dendrite-demo-tor/main.go')
-rw-r--r--contrib/dendrite-demo-tor/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dendrite-demo-tor/main.go b/contrib/dendrite-demo-tor/main.go
index 22d7c715..132b557f 100644
--- a/contrib/dendrite-demo-tor/main.go
+++ b/contrib/dendrite-demo-tor/main.go
@@ -10,13 +10,13 @@ import (
"os"
"time"
- "github.com/getsentry/sentry-go"
"github.com/element-hq/dendrite/internal"
"github.com/element-hq/dendrite/internal/caching"
"github.com/element-hq/dendrite/internal/httputil"
"github.com/element-hq/dendrite/internal/sqlutil"
"github.com/element-hq/dendrite/setup/jetstream"
"github.com/element-hq/dendrite/setup/process"
+ "github.com/getsentry/sentry-go"
"github.com/matrix-org/gomatrixserverlib/fclient"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"