mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http_protocol: cargo fmt
This commit is contained in:
parent
2be604a2f2
commit
83a4e318a4
1 changed files with 1 additions and 3 deletions
|
|
@ -363,9 +363,7 @@ mod tests {
|
|||
return TestResult::discard();
|
||||
}
|
||||
}
|
||||
Request::Scrape(ScrapeRequest {
|
||||
ref info_hashes,
|
||||
}) => {
|
||||
Request::Scrape(ScrapeRequest { ref info_hashes }) => {
|
||||
if info_hashes.is_empty() {
|
||||
return TestResult::discard();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue