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

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-12-24 14:27:39 +00:00
parent bfc29a8c97
commit 94ec3ccbcd

View File

@ -105,7 +105,6 @@ func nilParseUint(s string, base int, bitSize int) *uint64 {
}
func readEnvConfig() (string, *yaml.Node) {
if s, ok := os.LookupEnv("GCQ_HTTP_PORT"); !ok || s == "" {
return "", nil
}