From 61031648814d8ab02a375a6c941fbcb171b0572f Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 24 Aug 2022 10:31:42 +0300 Subject: [PATCH] Fix linting error --- bot/data.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/data.go b/bot/data.go index 995a090..5551e7a 100644 --- a/bot/data.go +++ b/bot/data.go @@ -6,8 +6,9 @@ import ( "strings" "github.com/getsentry/sentry-go" - "gitlab.com/etke.cc/postmoogle/utils" "maunium.net/go/mautrix/id" + + "gitlab.com/etke.cc/postmoogle/utils" ) const settingskey = "cc.etke.postmoogle.settings"