aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-05-13 19:07:55 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-05-13 19:07:55 +0800
commit751effa35e1e538093da4e8f5f466202639065a8 (patch)
treea178fba3771717143455a9a2469367ea5df739ae
parenta0b81097ad8eb65745b00ca2ec2c55fa4dde2ac7 (diff)
downloadgo-tangerine-751effa35e1e538093da4e8f5f466202639065a8.tar
go-tangerine-751effa35e1e538093da4e8f5f466202639065a8.tar.gz
go-tangerine-751effa35e1e538093da4e8f5f466202639065a8.tar.bz2
go-tangerine-751effa35e1e538093da4e8f5f466202639065a8.tar.lz
go-tangerine-751effa35e1e538093da4e8f5f466202639065a8.tar.xz
go-tangerine-751effa35e1e538093da4e8f5f466202639065a8.tar.zst
go-tangerine-751effa35e1e538093da4e8f5f466202639065a8.zip
core: fix formatting error (trailing whitepace)
-rw-r--r--core/blockchain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/blockchain.go b/core/blockchain.go
index c93c71403..61b809319 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -62,7 +62,7 @@ var (
blockWriteTimer = metrics.NewRegisteredTimer("chain/write", nil)
blockPrefetchExecuteTimer = metrics.NewRegisteredTimer("chain/prefetch/executes", nil)
- blockPrefetchInterruptMeter = metrics.NewRegisteredMeter("chain/prefetch/interrupts", nil)
+ blockPrefetchInterruptMeter = metrics.NewRegisteredMeter("chain/prefetch/interrupts", nil)
)
const (