소스 검색

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 {