mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
metrics: fix linter issue
This commit is contained in:
parent
8cf3fdd473
commit
efd5a36ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ func (r *PrefixedRegistry) UnregisterAll() {
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
DefaultRegistry = NewRegistry()
|
DefaultRegistry = NewRegistry()
|
||||||
EphemeralRegistry = NewRegistry()
|
EphemeralRegistry = NewRegistry()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue