Skip to content

Commit 19ea6ea

Browse files
committed
fmt
1 parent f5d8080 commit 19ea6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store/util.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,10 @@ impl bao_tree::io::mixed::Sender for BaoTreeSender {
407407

408408
#[cfg(test)]
409409
pub mod tests {
410-
use crate::hash::Hash;
411-
use crate::store::IROH_BLOCK_SIZE;
412410
use bao_tree::{io::outboard::PreOrderMemOutboard, ChunkRanges};
413411

412+
use crate::{hash::Hash, store::IROH_BLOCK_SIZE};
413+
414414
/// Create n0 flavoured bao. Note that this can be used to request ranges below a chunk group size,
415415
/// which can not be exported via bao because we don't store hashes below the chunk group level.
416416
pub fn create_n0_bao(data: &[u8], ranges: &ChunkRanges) -> anyhow::Result<(Hash, Vec<u8>)> {

0 commit comments

Comments
 (0)