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 (
|
||||
DefaultRegistry = NewRegistry()
|
||||
EphemeralRegistry = NewRegistry()
|
||||
DefaultRegistry = NewRegistry()
|
||||
EphemeralRegistry = NewRegistry()
|
||||
AccountingRegistry = NewRegistry()
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue