From af258efdb995914394b02e75b7caa952887054a5 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 13 Jul 2020 11:17:49 +0200 Subject: [PATCH] light: goimports -w (#21325) --- light/postprocess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light/postprocess.go b/light/postprocess.go index 8efc8d656..996e989f9 100644 --- a/light/postprocess.go +++ b/light/postprocess.go @@ -25,7 +25,7 @@ import ( "math/big" "time" - "github.com/deckarep/golang-set" + mapset "github.com/deckarep/golang-set" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/bitutil" "github.com/ethereum/go-ethereum/core"