From 2b7874d63bc3007576f2bcf615990d38e0cda646 Mon Sep 17 00:00:00 2001 From: tyshkor Date: Tue, 29 Nov 2022 16:28:01 +0100 Subject: [PATCH] fmt --- core/src/arb.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/src/arb.rs b/core/src/arb.rs index 7ce325d0..17efdded 100644 --- a/core/src/arb.rs +++ b/core/src/arb.rs @@ -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;