style: fix alignment of fields in BotStatus struct
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user