From 477bb83c75b6322203e54662bc177b33db96a3dd Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 20 Feb 2021 06:34:58 +0000 Subject: [PATCH] ci(chore): Fix stylings --- client/group_file.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/group_file.go b/client/group_file.go index 3e1af9af..04f0207f 100644 --- a/client/group_file.go +++ b/client/group_file.go @@ -4,12 +4,13 @@ import ( "crypto/sha1" "encoding/hex" "fmt" - "google.golang.org/protobuf/proto" "io" "math/rand" "os" "runtime/debug" + "google.golang.org/protobuf/proto" + "github.com/Mrs4s/MiraiGo/client/pb/exciting" "github.com/Mrs4s/MiraiGo/client/pb/oidb" "github.com/Mrs4s/MiraiGo/protocol/packets"