Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tyshko5 committed Nov 29, 2022
1 parent 7a238a9 commit 2b7874d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/arb.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
//! Ipld representation.
use alloc::{
boxed::Box,
string::String,
vec::Vec,
};
use alloc::{boxed::Box, string::String, vec::Vec};

use crate::{cid::Cid, ipld::Ipld};
use quickcheck::empty_shrinker;
Expand Down

0 comments on commit 2b7874d

Please sign in to comment.