forked from Deuxfleurs/garage
fix clippy
This commit is contained in:
parent
c93008d333
commit
c9ef3e461b
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,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