소스 검색

refactor: fmt internal/config/config.go

ayn2op 1 년 전
부모
커밋
b2d0bd487c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      internal/config/config.go

+ 2 - 2
internal/config/config.go

@@ -12,8 +12,8 @@ import (
 type Config struct {
 	Mouse bool `toml:"mouse"`
 
-	Timestamps             bool `toml:"timestamps"`
-	TimestampsBeforeAuthor bool `toml:"timestamps_before_author"`
+	Timestamps             bool   `toml:"timestamps"`
+	TimestampsBeforeAuthor bool   `toml:"timestamps_before_author"`
 	TimestampsFormat       string `toml:"timestamps_format"`
 
 	MessagesLimit uint8 `toml:"messages_limit"`