forked from Deuxfleurs/garage
fix clippy
This commit is contained in:
parent
dbd3082fc6
commit
70fc58bd37
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ impl<S: Stream<Item = BlockStreamItem>> Defragmenter<S> {
|
|||
}
|
||||
}
|
||||
|
||||
return Ok((std::mem::take(&mut self.buffer), self.hash.take()));
|
||||
Ok((std::mem::take(&mut self.buffer), self.hash.take()))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue