Pārlūkot izejas kodu

Format internal/config

ayn2op 2 gadi atpakaļ
vecāks
revīzija
ff7dbd15c5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      internal/config/config.go

+ 1 - 1
internal/config/config.go

@@ -67,7 +67,7 @@ type Config struct {
 
 		GuildsTree struct {
 			AutoExpandFolders bool `yaml:"auto_expand_folders"`
-			Graphics bool `yaml:"graphics"`
+			Graphics          bool `yaml:"graphics"`
 		} `yaml:"guilds_tree"`
 
 		MessagesText struct {