Fix indentation in defaults.go
This commit is contained in:
parent
4657a266e7
commit
e1d6aa21cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue