From 4b54fb07018d5ed66ef82b6a53462e1b15c85d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 7 Aug 2017 20:03:15 +0200 Subject: all: gofmt -s --- hugolib/site_benchmark_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib') diff --git a/hugolib/site_benchmark_test.go b/hugolib/site_benchmark_test.go index d23271af7..123e69b30 100644 --- a/hugolib/site_benchmark_test.go +++ b/hugolib/site_benchmark_test.go @@ -103,7 +103,7 @@ func doBenchMarkSiteBuilding(conf siteBuildingBenchmarkConfig, b *testing.B) { // Try to help the GC sites[0] = nil - sites = sites[1:len(sites)] + sites = sites[1:] } }) } -- cgit v1.2.3