Преглед на файлове

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"`