go fmt ./...

This commit is contained in:
Matt Joiner 2021-09-09 22:51:24 +10:00
parent 5cb47021ac
commit 35064425eb
2 changed files with 3 additions and 5 deletions

View File

@ -102,7 +102,6 @@ func (cl *Client) badPeerIPsLocked() (ips []string) {
return
}
func (cl *Client) PeerID() PeerID {
return cl.peerID
}
@ -1259,7 +1258,6 @@ func useTorrentSource(ctx context.Context, source string, t *Torrent) (err error
return t.MergeSpec(TorrentSpecFromMetaInfo(&mi))
}
func (cl *Client) dropTorrent(infoHash metainfo.Hash) (err error) {
t, ok := cl.torrents[infoHash]
if !ok {