From 6dd5bf7334f9d4d46f5f06730faaf7ad3cd39a05 Mon Sep 17 00:00:00 2001 From: Arpit Temani Date: Sun, 24 Sep 2023 20:35:28 +0400 Subject: [PATCH] fix lint --- miner/worker_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/miner/worker_test.go b/miner/worker_test.go index b9b0d50097..ab6d500b1f 100644 --- a/miner/worker_test.go +++ b/miner/worker_test.go @@ -152,7 +152,6 @@ func testGenerateBlockAndImport(t *testing.T, isClique bool, isBor bool) { t.Fatalf("timeout") } } - } // func (b *testWorkerBackend) newRandomUncle() (*types.Block, error) {