From b3c772c5ddd003f47b156cf1162742e66a4957cf Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 15 Nov 2019 13:33:07 +0100 Subject: [PATCH] core: gofmt --- core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/blockchain.go b/core/blockchain.go index 9fb02b1482..d19fe6dd16 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -42,7 +42,7 @@ import ( "github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/trie" - "github.com/hashicorp/golang-lru" + lru "github.com/hashicorp/golang-lru" ) var (