Add whitespace linter (#24855)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
176370e175
Коммит
0d5a8b8841
@@ -2090,7 +2090,6 @@ func (s *AnnouncementSettings) SetDefaults() {
|
||||
if s.NoticesFetchFrequency == nil {
|
||||
s.NoticesFetchFrequency = NewInt(AnnouncementSettingsDefaultNoticesFetchFrequencySeconds)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
type ThemeSettings struct {
|
||||
@@ -2146,7 +2145,6 @@ type TeamSettings struct {
|
||||
}
|
||||
|
||||
func (s *TeamSettings) SetDefaults() {
|
||||
|
||||
if s.SiteName == nil || *s.SiteName == "" {
|
||||
s.SiteName = NewString(TeamSettingsDefaultSiteName)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user