fix: correct struct field alignment for gci
This commit is contained in:
parent
dc956f2feb
commit
123b9db6a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue