From f70f9df5e4f95f6e07b275bb5906a4c87ee64365 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 07:33:23 +0000 Subject: [PATCH] ci(chore): Fix stylings --- client/pb/web/WebSsoBody.pb.go | 5 +++-- client/web.go | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/pb/web/WebSsoBody.pb.go b/client/pb/web/WebSsoBody.pb.go index 6f50226e..e77cb586 100644 --- a/client/pb/web/WebSsoBody.pb.go +++ b/client/pb/web/WebSsoBody.pb.go @@ -7,10 +7,11 @@ package web import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" + + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) const ( diff --git a/client/web.go b/client/web.go index 58b02ea9..16b05e8d 100644 --- a/client/web.go +++ b/client/web.go @@ -4,12 +4,13 @@ import ( "encoding/base64" "encoding/json" "fmt" + "strings" + "github.com/Mrs4s/MiraiGo/client/pb/web" "github.com/Mrs4s/MiraiGo/protocol/packets" "github.com/Mrs4s/MiraiGo/utils" "github.com/pkg/errors" "google.golang.org/protobuf/proto" - "strings" ) type UnidirectionalFriendInfo struct {