fix: correct struct field alignment for gci

This commit is contained in:
hezixu
2026-03-25 18:03:27 +08:00
parent dc956f2feb
commit 123b9db6a9
+1 -1
View File
@@ -382,7 +382,7 @@ type TypingConfig struct {
// PlaceholderConfig controls placeholder message behavior (Phase 10).
type PlaceholderConfig struct {
Enabled bool `json:"enabled"`
Enabled bool `json:"enabled"`
Text FlexibleStringSlice `json:"text,omitempty"`
}