From e776707c82ae6a24eb7b91ed8754ce20435dee2d Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 13 Nov 2019 12:10:03 +0100 Subject: [PATCH] eth: gofmt --- eth/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/config.go b/eth/config.go index d0ab2ed258..0bc6453b8f 100644 --- a/eth/config.go +++ b/eth/config.go @@ -95,7 +95,7 @@ type Config struct { // zero, the chain ID is used as network ID. NetworkId uint64 - SyncMode downloader.SyncMode + SyncMode downloader.SyncMode NoPruning bool // Whether to disable pruning and flush everything to disk NoPrefetch bool // Whether to disable prefetching and only load state on demand