forked from Deuxfleurs/garage
mark branch as unreachable
This commit is contained in:
parent
ae4982c309
commit
24d605fb05
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ impl BodyChunker {
|
|||
let block = self.buf.drain(..length).collect::<Vec<u8>>();
|
||||
Ok(Some(block))
|
||||
} else {
|
||||
Ok(None)
|
||||
unreachable!("FastCDC returned not chunk")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue