summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gotosocial/main.go')
-rw-r--r--cmd/gotosocial/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go
index 14fd35eec..0b4110656 100644
--- a/cmd/gotosocial/main.go
+++ b/cmd/gotosocial/main.go
@@ -25,8 +25,8 @@ import (
"github.com/gotosocial/gotosocial/internal/action"
"github.com/gotosocial/gotosocial/internal/config"
"github.com/gotosocial/gotosocial/internal/db"
- "github.com/gotosocial/gotosocial/internal/log"
"github.com/gotosocial/gotosocial/internal/gotosocial"
+ "github.com/gotosocial/gotosocial/internal/log"
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"