From 67d16811374df01300e2b4fc91195f504119c99c Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Mon, 8 Jan 2018 14:37:57 +0000 Subject: [PATCH] eth/gasprice: gofmt --- eth/gasprice/gasprice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/gasprice/gasprice.go b/eth/gasprice/gasprice.go index a10e4d15a3..96fbbe9453 100644 --- a/eth/gasprice/gasprice.go +++ b/eth/gasprice/gasprice.go @@ -149,7 +149,7 @@ func (gpo *Oracle) SuggestPrice(ctx context.Context) (*big.Int, error) { type getBlockPricesResult struct { price *big.Int - err error + err error } // getLowestPrice calculates the lowest transaction gas price in a given block