Format - delete trailing spaces
This commit is contained in:
parent
aec1eeef34
commit
a31e8344b2
1 changed files with 2 additions and 2 deletions
|
|
@ -895,7 +895,7 @@ impl Session {
|
|||
if let Some(custom_trackers) = opts.trackers.clone() {
|
||||
trackers.extend(custom_trackers);
|
||||
}
|
||||
trackers
|
||||
trackers
|
||||
},
|
||||
announce_port,
|
||||
opts.force_tracker_interval,
|
||||
|
|
@ -989,7 +989,7 @@ impl Session {
|
|||
if let Some(custom_trackers) = opts.trackers.clone() {
|
||||
trackers.extend(custom_trackers);
|
||||
}
|
||||
|
||||
|
||||
let peer_rx = if paused {
|
||||
None
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue