Remove all linter warnings
This commit is contained in:
parent
1f299247d2
commit
d722f0edcb
11 changed files with 73 additions and 92 deletions
|
|
@ -157,6 +157,6 @@ impl ChunkTracker {
|
|||
if chunk_range.all() {
|
||||
return Some(ChunkMarkingResult::Completed);
|
||||
}
|
||||
return Some(ChunkMarkingResult::NotCompleted);
|
||||
Some(ChunkMarkingResult::NotCompleted)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue