From ec965a9eb71fea8a665622a6f70809710dfc18db Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 17 Mar 2021 14:44:57 +0000 Subject: [PATCH] ci(chore): Fix stylings --- coolq/cqcode.go | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/coolq/cqcode.go b/coolq/cqcode.go index cd7735b..b56e9b7 100644 --- a/coolq/cqcode.go +++ b/coolq/cqcode.go @@ -9,12 +9,6 @@ import ( xml2 "encoding/xml" "errors" "fmt" - "github.com/Mrs4s/MiraiGo/binary" - "github.com/Mrs4s/MiraiGo/message" - "github.com/Mrs4s/MiraiGo/utils" - "github.com/Mrs4s/go-cqhttp/global" - log "github.com/sirupsen/logrus" - "github.com/tidwall/gjson" "io" "io/ioutil" "math/rand" @@ -27,6 +21,14 @@ import ( "strings" "time" "unsafe" + + "github.com/Mrs4s/MiraiGo/binary" + "github.com/Mrs4s/MiraiGo/message" + "github.com/Mrs4s/MiraiGo/utils" + log "github.com/sirupsen/logrus" + "github.com/tidwall/gjson" + + "github.com/Mrs4s/go-cqhttp/global" ) /*