style: fix alignment of fields in BotStatus struct

This commit is contained in:
Hoshina 2026-02-14 20:02:30 +08:00
parent f129849e15
commit 6e22992609

View file

@ -50,7 +50,7 @@ type oneBotRawEvent struct {
type BotStatus struct { type BotStatus struct {
Online bool `json:"online"` Online bool `json:"online"`
Good bool `json:"good"` Good bool `json:"good"`
} }
type oneBotSender struct { type oneBotSender struct {