diff --git a/crates/bft-json-crdt/benches/speed.rs b/crates/bft-json-crdt/benches/speed.rs index e82ee19..b4c3f78 100644 --- a/crates/bft-json-crdt/benches/speed.rs +++ b/crates/bft-json-crdt/benches/speed.rs @@ -1,7 +1,9 @@ #![feature(test)] extern crate test; -use bft_json_crdt::{keypair::make_author, list_crdt::ListCrdt, op::Op, op::ROOT_ID, json_crdt::Value}; +use bft_json_crdt::{ + json_crdt::Value, keypair::make_author, list_crdt::ListCrdt, op::Op, op::ROOT_ID, +}; use rand::seq::SliceRandom; use test::Bencher;