From 05b39fe9b60290a2246918c1b79e43e2eb2ed003 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 6 May 2024 06:27:19 -0700 Subject: [PATCH] miner: remove added empty line --- miner/miner_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/miner/miner_test.go b/miner/miner_test.go index e666bbd93f..db411ef667 100644 --- a/miner/miner_test.go +++ b/miner/miner_test.go @@ -24,7 +24,6 @@ import ( "github.com/ethereum/go-ethereum/consensus/beacon" "github.com/ethereum/go-ethereum/consensus/ethash" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core/rawdb"