Formatting

This commit is contained in:
Dave Hrycyszyn
2024-05-30 14:16:02 +01:00
parent e0667d37f9
commit 88e2392772

View File

@@ -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;