Sfoglia il codice sorgente

refactor: fmt internal/config/config.go

ayn2op 1 anno fa
parent
commit
b2d0bd487c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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"`