Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjaustin committed Nov 8, 2023
1 parent ff7b8ae commit 5025fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipld/amt/tests/amt_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
// Copyright 2019-2022 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT

use std::fmt::Debug;
use fvm_ipld_amt::{Amt, Amtv0, Error, MAX_INDEX};
use fvm_ipld_blockstore::tracking::{BSStats, TrackingBlockstore};
use fvm_ipld_blockstore::{Blockstore, MemoryBlockstore};
use fvm_ipld_encoding::de::DeserializeOwned;
use fvm_ipld_encoding::ser::Serialize;
use fvm_ipld_encoding::BytesDe;
use std::fmt::Debug;

fn assert_get<V, BS>(a: &Amt<V, BS>, i: u64, v: &V)
where
Expand Down

0 comments on commit 5025fa7

Please sign in to comment.