From 2f2e1d0d585192e925bdd249bfa12dc3cbbed175 Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Wed, 31 Jul 2019 13:32:31 +0200 Subject: [PATCH] go fmt --- mapblockrenderer/renderer_benchmark_test.go | 4 ---- testutils/mapblockaccessor.go | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/mapblockrenderer/renderer_benchmark_test.go b/mapblockrenderer/renderer_benchmark_test.go index 3678fff..8c3a7ae 100644 --- a/mapblockrenderer/renderer_benchmark_test.go +++ b/mapblockrenderer/renderer_benchmark_test.go @@ -52,7 +52,6 @@ func createRenderer(b *testing.B) (*MapBlockRenderer, callback) { return r, cleanup } - func BenchmarkRenderEmptySingle(b *testing.B) { r, cleanup := createRenderer(b) defer cleanup() @@ -87,7 +86,6 @@ func BenchmarkRenderSingle(b *testing.B) { } } - func BenchmarkRenderStride(b *testing.B) { r, cleanup := createRenderer(b) defer cleanup() @@ -105,7 +103,6 @@ func BenchmarkRenderStride(b *testing.B) { } } - func BenchmarkRenderBigStride(b *testing.B) { r, cleanup := createRenderer(b) defer cleanup() @@ -122,4 +119,3 @@ func BenchmarkRenderBigStride(b *testing.B) { } } } - diff --git a/testutils/mapblockaccessor.go b/testutils/mapblockaccessor.go index 786f4bd..1dd59b3 100644 --- a/testutils/mapblockaccessor.go +++ b/testutils/mapblockaccessor.go @@ -1,8 +1,6 @@ package testutils -import ( -) +import () func CreateMapBlockAccessor() { } -