瀏覽代碼

Format internal/config

ayn2op 2 年之前
父節點
當前提交
ff7dbd15c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {