Skip to content

Commit

Permalink
ci(chore): Fix stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2021
1 parent 3b6d4a6 commit f70f9df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions client/pb/web/WebSsoBody.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion client/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f70f9df

Please sign in to comment.