소스 검색

style(config): remove extra line

ayntgl 4 년 전
부모
커밋
88c141f182
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      config/general.go

+ 0 - 1
config/general.go

@@ -20,7 +20,6 @@ type GeneralConfig struct {
 }
 
 func newGeneralConfig() GeneralConfig {
-
 	return GeneralConfig{
 		UserAgent:              "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0",
 		FetchMessagesLimit:     50,