From abf42ce6b13c73abd6d014b0e9e931004e4ddc3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Dec 2021 15:36:58 +0000 Subject: [PATCH] ci(chore): Fix stylings --- coolq/bot.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coolq/bot.go b/coolq/bot.go index 78cfd68..cb0aa89 100644 --- a/coolq/bot.go +++ b/coolq/bot.go @@ -5,7 +5,6 @@ import ( "encoding/hex" "encoding/json" "fmt" - "github.com/segmentio/asm/base64" "io" "os" "path" @@ -13,6 +12,8 @@ import ( "sync" "time" + "github.com/segmentio/asm/base64" + "github.com/Mrs4s/go-cqhttp/db" "github.com/Mrs4s/MiraiGo/binary"