From 60c3d96b5e5dbe155e2e4fdafea0a25bd78579fe Mon Sep 17 00:00:00 2001 From: Hoshina Date: Sat, 14 Feb 2026 20:02:30 +0800 Subject: [PATCH] style: fix alignment of fields in BotStatus struct --- pkg/channels/onebot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/channels/onebot.go b/pkg/channels/onebot.go index dadc9bc..674acf5 100644 --- a/pkg/channels/onebot.go +++ b/pkg/channels/onebot.go @@ -50,7 +50,7 @@ type oneBotRawEvent struct { type BotStatus struct { Online bool `json:"online"` - Good bool `json:"good"` + Good bool `json:"good"` } type oneBotSender struct {