mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
common/prqueue: go fmt
This commit is contained in:
parent
62f1b7623e
commit
54408a9166
1 changed files with 1 additions and 1 deletions
|
|
@ -17,10 +17,10 @@
|
|||
package prque
|
||||
|
||||
import (
|
||||
"cmp"
|
||||
"container/heap"
|
||||
"time"
|
||||
|
||||
"cmp"
|
||||
"github.com/ethereum/go-ethereum/common/mclock"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue