mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-03-13 11:30:09 +08:00
go fmt.
This commit is contained in:
parent
06d419242c
commit
81615c1df7
@ -25,8 +25,8 @@ func NewPeerstoreWith(kb KeyBook, ab AddrBook, md PeerMetadata) Peerstore {
|
||||
return &peerstore{
|
||||
KeyBook: kb,
|
||||
PeerMetadata: md,
|
||||
AddrBook: ab,
|
||||
Metrics: NewMetrics(),
|
||||
AddrBook: ab,
|
||||
Metrics: NewMetrics(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user