Procházet zdrojové kódy

refactor: fmt internal/config/config.go

ayn2op před 1 rokem
rodič
revize
b2d0bd487c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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"`