mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
format fixed (gofmt)
This commit is contained in:
parent
b35496a86e
commit
c0bc6c104b
1 changed files with 2 additions and 2 deletions
|
|
@ -312,8 +312,8 @@ func (r *PrefixedRegistry) UnregisterAll() {
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
DefaultRegistry = NewRegistry()
|
DefaultRegistry = NewRegistry()
|
||||||
EphemeralRegistry = NewRegistry()
|
EphemeralRegistry = NewRegistry()
|
||||||
AccountingRegistry = NewRegistry()
|
AccountingRegistry = NewRegistry()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue