From 88e2392772dd17ea827be4377694f5f58a55594a Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Thu, 30 May 2024 14:16:02 +0100 Subject: [PATCH] Formatting --- crates/bft-json-crdt/benches/speed.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;