Fix indentation in defaults.go

This commit is contained in:
niu_he 2026-04-17 18:02:21 +08:00 committed by GitHub
parent 4657a266e7
commit e1d6aa21cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -516,7 +516,7 @@ func defaultChannels() ChannelsConfig {
}, },
"mattermost": map[string]any{ "mattermost": map[string]any{
"typing": map[string]any{"enabled": true}, "typing": map[string]any{"enabled": true},
}, },
"irc": map[string]any{ "irc": map[string]any{
"settings": map[string]any{ "settings": map[string]any{
"server": "", "server": "",