From 772128485a7e94932cd18b5e3a78d8cfb273e797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 21 Feb 2018 09:23:43 +0100 Subject: Run gofmt -s with Go 1.10 See #4434 --- helpers/processing_stats.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'helpers/processing_stats.go') diff --git a/helpers/processing_stats.go b/helpers/processing_stats.go index 36dfcda69..2d7fcb4de 100644 --- a/helpers/processing_stats.go +++ b/helpers/processing_stats.go @@ -41,14 +41,14 @@ type processingStatsTitleVal struct { func (s *ProcessingStats) toVals() []processingStatsTitleVal { return []processingStatsTitleVal{ - processingStatsTitleVal{"Pages", s.Pages}, - processingStatsTitleVal{"Paginator pages", s.PaginatorPages}, - processingStatsTitleVal{"Non-page files", s.Files}, - processingStatsTitleVal{"Static files", s.Static}, - processingStatsTitleVal{"Processed images", s.ProcessedImages}, - processingStatsTitleVal{"Aliases", s.Aliases}, - processingStatsTitleVal{"Sitemaps", s.Sitemaps}, - processingStatsTitleVal{"Cleaned", s.Cleaned}, + {"Pages", s.Pages}, + {"Paginator pages", s.PaginatorPages}, + {"Non-page files", s.Files}, + {"Static files", s.Static}, + {"Processed images", s.ProcessedImages}, + {"Aliases", s.Aliases}, + {"Sitemaps", s.Sitemaps}, + {"Cleaned", s.Cleaned}, } } -- cgit v1.2.3