1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-08-08 22:03:38 +00:00
parent afa6db17ab
commit 0893585b28

View File

@ -2,10 +2,11 @@ package client
import ( import (
"fmt" "fmt"
"github.com/Mrs4s/MiraiGo/utils"
"strconv" "strconv"
"strings" "strings"
"github.com/Mrs4s/MiraiGo/utils"
"github.com/Mrs4s/MiraiGo/client/pb/notify" "github.com/Mrs4s/MiraiGo/client/pb/notify"
) )