Kaynağa Gözat

refactor: fmt internal/config/config.go

ayn2op 1 yıl önce
ebeveyn
işleme
b2d0bd487c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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"`