Explorar o código

core: fix formatting error (trailing whitepace)

Péter Szilágyi %!s(int64=6) %!d(string=hai) anos
pai
achega
751effa35e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/blockchain.go

+ 1 - 1
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 (