chore: gofmt for golangci-lint

This commit is contained in:
ducky
2026-01-30 17:28:53 +08:00
parent b7f69844e1
commit 9bee0a2071
8 changed files with 5 additions and 13 deletions

View File

@@ -81,4 +81,3 @@ func (r *announcementReadRepository) CountByAnnouncementID(ctx context.Context,
}
return int64(count), nil
}

View File

@@ -192,4 +192,3 @@ func announcementEntitiesToService(models []*dbent.Announcement) []service.Annou
}
return out
}